script vm mixin: comment more

This commit is contained in:
Adam
2018-03-08 08:46:27 -05:00
parent 938dd969d7
commit 0d2aa71387

View File

@@ -58,10 +58,10 @@ public abstract class ScriptVMMixin implements RSClient
{
if (opcode == RUNELITE_EXECUTE)
{
if (currentScript.getInstructions()[currentScriptPC] != RUNELITE_EXECUTE)
{
//throw new AssertionError("currentScriptPC is wrong");
}
//if (currentScript.getInstructions()[currentScriptPC] != RUNELITE_EXECUTE)
//{
// throw new AssertionError("currentScriptPC is wrong");
//}
int stringStackSize = client.getStringStackSize();
String stringOp = client.getStringStack()[--stringStackSize];