A few things (#401)

- Can't attack players or npcs through doors/walls anymore
- Cleaned up a few small bits of code
- Added a few new boundaries to the boundary system
- Removed dialogue asking are you sure you want to empty your inventory for admins
This commit is contained in:
Mr Extremez
2020-04-10 19:03:28 -05:00
committed by GitHub
parent 43f4b14dbf
commit b4371d3129
19 changed files with 130 additions and 183 deletions
@@ -46,7 +46,7 @@ import com.rebotted.world.GlobalDropsHandler;
import com.rebotted.world.ItemHandler;
import com.rebotted.world.ObjectHandler;
import com.rebotted.world.ObjectManager;
import com.rebotted.world.clip.ObjectDef;
import com.rebotted.world.clip.ObjectDefinition;
import com.rebotted.world.clip.Region;
/**
@@ -188,7 +188,7 @@ public class GameEngine {
/**
* Initialise Handlers
*/
ObjectDef.loadConfig();
ObjectDefinition.loadConfig();
Region.load();
Doors.getSingleton().load();
DoubleDoors.getSingleton().load();