Fix modhorse

This commit is contained in:
Bluzume 2021-11-07 23:34:10 -05:00
parent 0fc3582ae1
commit 6c3cb0e9ea
2 changed files with 2 additions and 2 deletions

View file

@ -549,7 +549,7 @@ namespace HISP.Game.Chat
try
{
id = int.Parse(args[0]);
if(args[1].ToUpper() == "COLOR")
if(args[1].ToUpper() != "COLOR")
amount = int.Parse(args[2]);
}
catch (Exception)