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

@ -1 +1 @@
Subproject commit 9540f98ef9180dca80bcb27599e939a767ba92eb
Subproject commit 2135825724166a05c6fabc0d7550f712aeada1fc

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)