mirror of
https://bitbucket.org/seefoe/dsrc.git
synced 2026-01-17 00:04:45 -05:00
Added vehiclesEnabled cfg option to frogs
This commit is contained in:
@@ -1655,7 +1655,15 @@ public class terminal_character_builder extends script.base_script
|
||||
}
|
||||
break;
|
||||
case 7:
|
||||
handleVehicleOption(player);
|
||||
if (isGod(player) || checkConfigSetting("vehiclesEnabled"))
|
||||
{
|
||||
handleVehicleOption(player);
|
||||
}
|
||||
else
|
||||
{
|
||||
sendSystemMessageTestingOnly(player, "This Option is Currently Disabled.");
|
||||
return SCRIPT_CONTINUE;
|
||||
}
|
||||
break;
|
||||
case 8:
|
||||
if (isGod(player) || checkConfigSetting("shipsEnabled"))
|
||||
|
||||
Reference in New Issue
Block a user