mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-08-03 04:16:19 -04:00
Added loading of objects from datatables/buildout, added building and cell baseline packets, fixed crash on spawning of static objects....
...updated engine, added restuss shuttleport and theed starport spawns, increased view range for large objects loaded from buildout datatables like jabbas/theed palace etc.
This commit is contained in:
@@ -55,8 +55,8 @@ public class StaticObject extends SWGObject {
|
||||
return;
|
||||
}
|
||||
|
||||
destination.getSession().write(messageBuilder.buildBaseline3());
|
||||
destination.getSession().write(messageBuilder.buildBaseline6());
|
||||
//destination.getSession().write(messageBuilder.buildBaseline3());
|
||||
//destination.getSession().write(messageBuilder.buildBaseline6());
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user