From abbcd16fed79620dd5aadee111ff82b7660eacb0 Mon Sep 17 00:00:00 2001 From: Groot Date: Thu, 26 May 2016 15:41:54 +0100 Subject: [PATCH] removing more god restriction stuff from draft schematics .. --- .../game/script/terminal/terminal_character_builder.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sku.0/sys.server/compiled/game/script/terminal/terminal_character_builder.java b/sku.0/sys.server/compiled/game/script/terminal/terminal_character_builder.java index a0cb05812..a25040e54 100755 --- a/sku.0/sys.server/compiled/game/script/terminal/terminal_character_builder.java +++ b/sku.0/sys.server/compiled/game/script/terminal/terminal_character_builder.java @@ -9245,7 +9245,7 @@ public class terminal_character_builder extends script.base_script { return SCRIPT_CONTINUE; } - if (!isIdValid(player) || !isGod(player)) + if (!isIdValid(player)) { sendSystemMessageTestingOnly(player, "The system is unable to complete the transaction."); return SCRIPT_OVERRIDE; @@ -9279,7 +9279,7 @@ public class terminal_character_builder extends script.base_script closeOldWindow(player); return SCRIPT_CONTINUE; } - if (!isIdValid(player) || !isGod(player)) + if (!isIdValid(player)) { sendSystemMessageTestingOnly(player, "The system is unable to complete the transaction."); cleanScriptVars(player);