Added within Tiles to If

This commit is contained in:
dginovker
2019-10-07 00:38:45 -04:00
parent 55cbcd9204
commit ef24f43104
70 changed files with 39 additions and 61 deletions
@@ -56,7 +56,7 @@ public class ActionExecutor {
executeLine(line);
} catch (NumberFormatException notFilledIn) {
log("Error on line " + line);
log("Make sure you fill in all numeric values properly! Numbers only!");
log("Make sure you fill in all numeric values properly! Numbers only! (No spaces!!)");
}
Time.sleep(VarsMethods.tickSpeed);