No seriously fix it for reals this time

This commit is contained in:
SilicaAndPina 2021-02-15 17:30:36 +13:00
parent 6322b2d2b6
commit e56a144a05

View file

@ -177,7 +177,7 @@ namespace HISP.Game
if (GameServer.GetUsersAt(this.X, this.Y, true, true).Length > 0)
return;
if (UdlrScriptPos > UDLRScript.Length)
if (UdlrScriptPos >= UDLRScript.Length)
UdlrScriptPos = 0;
switch (UDLRScript.ToLower()[UdlrScriptPos])