Fix start errors

This commit is contained in:
TDSTOS
2025-12-12 05:12:09 +01:00
parent 1acb5681fc
commit bb47145a73
16 changed files with 200 additions and 61 deletions

View File

@@ -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
}