Fixed unused argument player

This commit is contained in:
badgamernl
2020-11-06 22:39:58 +01:00
parent ce565441c8
commit 848207d8db

View File

@@ -4,7 +4,7 @@
local Commands = require 'expcore.commands' --- @dep expcore.commands
local Colours = require 'utils.color_presets' --- @dep utils.color_presets
Commands.add_parse('color',function(input, player, reject)
Commands.add_parse('color',function(input, _, reject)
if not input then return end
local color = Colours[input]
if not color then