Misc updates/fixes

This commit is contained in:
hondacrx
2022-01-27 12:36:56 -05:00
parent 169abc1531
commit 6c0e21b4de
36 changed files with 415 additions and 354 deletions
+1 -1
View File
@@ -1115,7 +1115,7 @@ namespace Game.Chat
else
handler.SendSysMessage(CypherStrings.CommandKickmessage, playerName);
target.GetSession().KickPlayer();
target.GetSession().KickPlayer("HandleKickPlayerCommand GM Command");
return true;
}