Fix start errors
This commit is contained in:
@@ -20,7 +20,7 @@ class KitsCommand(
|
||||
): Boolean {
|
||||
if ( sender !is Player )
|
||||
{
|
||||
sender.sendMessage("§cOnly players can use this command.")
|
||||
plugin.chatManager.sendSenderMessage( sender, "default.only_players" )
|
||||
return true
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user