mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-06 21:25:42 +12:00
Fix modhorse
This commit is contained in:
parent
0fc3582ae1
commit
6c3cb0e9ea
2 changed files with 2 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 9540f98ef9180dca80bcb27599e939a767ba92eb
|
||||
Subproject commit 2135825724166a05c6fabc0d7550f712aeada1fc
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue