Skip to content

Commit

Permalink
Fix entity attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
wode490390 authored and SupremeMortal committed Aug 20, 2019
1 parent 6972cb8 commit b3a05be
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/main/java/org/itxtech/nemisys/Server.java
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
import org.itxtech.nemisys.network.SynapseInterface;
import org.itxtech.nemisys.network.protocol.mcpe.BatchPacket;
import org.itxtech.nemisys.network.protocol.mcpe.DataPacket;
import org.itxtech.nemisys.network.protocol.mcpe.types.entity.Attribute;
import org.itxtech.nemisys.network.query.QueryHandler;
import org.itxtech.nemisys.network.rcon.RCON;
import org.itxtech.nemisys.permission.DefaultPermissions;
Expand Down Expand Up @@ -176,6 +177,8 @@ public Server(MainLogger logger, final String filePath, String dataPath, String
this.consoleSender = new ConsoleCommandSender();
this.commandMap = new SimpleCommandMap(this);

Attribute.init();

this.pluginManager = new PluginManager(this, this.commandMap);
this.pluginManager.registerInterface(JavaPluginLoader.class);
this.queryRegenerateEvent = new QueryRegenerateEvent(this, 5);
Expand Down

0 comments on commit b3a05be

Please sign in to comment.