mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-07-14 00:02:07 -04:00
Added /movefurniture & /rotatefurniture, see ext.
The permission system thing I'm doing needs to be adjusted to the Container permission system in the Engine. To Light: Please contact me in regards to this
This commit is contained in:
@@ -67,7 +67,7 @@ public class DevService implements INetworkDispatch {
|
||||
public void sendCharacterBuilderSUI(CreatureObject creature, int childMenu)
|
||||
{
|
||||
Map<Long, String> suiOptions = new HashMap<Long, String>();
|
||||
|
||||
|
||||
switch(childMenu)
|
||||
{
|
||||
case 0: // Root
|
||||
@@ -85,7 +85,7 @@ public class DevService implements INetworkDispatch {
|
||||
suiOptions.put((long) 22, "Misc Items");
|
||||
suiOptions.put((long) 23, "Jedi Items");
|
||||
suiOptions.put((long) 110, "Survey Devices");
|
||||
//suiOptions.put((long) 120, "House Deeds");
|
||||
if(creature.getClient().isGM()) suiOptions.put((long) 120, "House Deeds");
|
||||
break;
|
||||
case 3: // [Items] Weapons
|
||||
suiOptions.put((long) 30, "Jedi Weapons");
|
||||
|
||||
Reference in New Issue
Block a user