Vehicles are no longer GM-only

This commit is contained in:
Treeku
2014-06-06 11:20:20 +02:00
committed by CharonInferar
parent b34c45e310
commit 3935ee104e
+3 -1
View File
@@ -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");
}