removing god restriction for draftschematic function

This commit is contained in:
Groot
2016-05-26 15:31:49 +01:00
parent e3b258764e
commit 68ab83f2b2
@@ -9206,7 +9206,7 @@ public class terminal_character_builder extends script.base_script
cleanScriptVars(player);
return SCRIPT_CONTINUE;
}
if (!isIdValid(player) || !isGod(player))
if (!isIdValid(player))
{
sendSystemMessageTestingOnly(player, "The system is unable to complete the transaction.");
cleanScriptVars(player);