Core/Refactor: Part 1
This commit is contained in:
@@ -83,8 +83,6 @@ namespace Game.Chat
|
||||
if (string.IsNullOrEmpty(paramStr))
|
||||
return false;
|
||||
|
||||
int limit = paramStr.Length;
|
||||
|
||||
switch (paramStr.ToLower())
|
||||
{
|
||||
case "player":
|
||||
|
||||
Reference in New Issue
Block a user