Fix world caching + block interaction

Fixes #608
This commit is contained in:
boy0001
2015-09-05 11:35:43 +10:00
parent 4cc4196487
commit 8606319340
9 changed files with 13 additions and 14 deletions

View File

@ -126,6 +126,7 @@ public class DebugExec extends SubCommand {
scope.put("Settings", new Settings());
scope.put("StringMan", new StringMan());
scope.put("MathMan", new MathMan());
scope.put("FlagManager", new FlagManager());
// Classes
scope.put("Location", Location.class);