mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-12 22:45:31 -04:00
Vehicles are no longer GM-only
This commit is contained in:
@@ -91,7 +91,9 @@ public class DevService implements INetworkDispatch {
|
||||
if (creature.getClient().isGM()) {
|
||||
suiOptions.put((long) 120, "House Deeds");
|
||||
suiOptions.put((long) 125, "Crafting Tools");
|
||||
suiOptions.put((long) 130, "Vehicle Deeds");
|
||||
}
|
||||
suiOptions.put((long) 130, "Vehicle Deeds");
|
||||
if (creature.getClient().isGM()) {
|
||||
suiOptions.put((long) 121, "Sandbox City");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user