mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-30 00:15:57 -04:00
Added more Houses, reed description
Added Guildhalls Started preliminary City hall for testing Altered Objectservice to work with guild and city deeds Altered SUI Service to support the new folderstructure for structures and harvesters Fixed Structureterminal Radial
This commit is contained in:
@@ -334,7 +334,7 @@ public class ObjectService implements INetworkDispatch {
|
||||
|
||||
object = new Harvester_Deed(objectID, planet, Template, position, orientation);
|
||||
|
||||
} else if(Template.startsWith("object/tangible/deed/player_house_deed")) {
|
||||
} else if(Template.startsWith("object/tangible/deed/player_house_deed") || Template.startsWith("object/tangible/deed/guild_deed") || Template.startsWith("object/tangible/deed/city_deed")) {
|
||||
|
||||
object = new Player_House_Deed(objectID, planet, Template, position, orientation);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user