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:
Seefo
2014-04-09 19:53:11 -04:00
parent 399cf7a535
commit 70b7507bb0
5 changed files with 106 additions and 7 deletions
+2 -2
View File
@@ -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");