Server templates should load correctly again

This commit is contained in:
Treeku
2013-12-09 08:48:53 +00:00
parent 9453b85477
commit 51207c5803
+1 -1
View File
@@ -223,7 +223,7 @@ public class ObjectService implements INetworkDispatch {
object.setAttachment("serverTemplate", ((customServerTemplate != null) ? customServerTemplate : object.getTemplate()));
object.setisInSnapshot(isSnapshot);
//loadServerTemplate(object);
loadServerTemplate(object);
objectList.put(objectID, object);