Fixing issue where you were locked in nylo room
This commit is contained in:
@@ -301,7 +301,7 @@ public class TheatrePlugin extends Plugin {
|
||||
}
|
||||
|
||||
}
|
||||
if (pOptionToReplace.equals("CANCEL") || pOptionToReplace.equals("WALK HERE") || pOptionToReplace.equals("PASS")) {
|
||||
if (!pOptionToReplace.equals("ATTACK")) {
|
||||
return;
|
||||
}
|
||||
int Id = 0;
|
||||
|
||||
Reference in New Issue
Block a user