mirror of
https://github.com/islehorse/HISP.git
synced 2025-04-20 03:39:16 +12:00
No seriously fix it for reals this time
This commit is contained in:
parent
6322b2d2b6
commit
e56a144a05
1 changed files with 1 additions and 1 deletions
|
@ -177,7 +177,7 @@ namespace HISP.Game
|
||||||
if (GameServer.GetUsersAt(this.X, this.Y, true, true).Length > 0)
|
if (GameServer.GetUsersAt(this.X, this.Y, true, true).Length > 0)
|
||||||
return;
|
return;
|
||||||
|
|
||||||
if (UdlrScriptPos > UDLRScript.Length)
|
if (UdlrScriptPos >= UDLRScript.Length)
|
||||||
UdlrScriptPos = 0;
|
UdlrScriptPos = 0;
|
||||||
|
|
||||||
switch (UDLRScript.ToLower()[UdlrScriptPos])
|
switch (UDLRScript.ToLower()[UdlrScriptPos])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue