mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-30 20:41:41 +09:00
Fixed unused argument player
This commit is contained in:
@@ -4,7 +4,7 @@
|
|||||||
local Commands = require 'expcore.commands' --- @dep expcore.commands
|
local Commands = require 'expcore.commands' --- @dep expcore.commands
|
||||||
local Colours = require 'utils.color_presets' --- @dep utils.color_presets
|
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
|
if not input then return end
|
||||||
local color = Colours[input]
|
local color = Colours[input]
|
||||||
if not color then
|
if not color then
|
||||||
|
|||||||
Reference in New Issue
Block a user