forked from MagicBane/Server
Template now templteID to make room for the actual template.
This commit is contained in:
@@ -169,7 +169,7 @@ public enum ZoneManager {
|
||||
// collections for quick access
|
||||
// based upon their type.
|
||||
|
||||
ZoneManager.zonesByID.put(zone.template, zone);
|
||||
ZoneManager.zonesByID.put(zone.templateID, zone);
|
||||
|
||||
ZoneManager.zonesByUUID.put(zone.getObjectUUID(), zone);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user