summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/vault.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/npc/functions/vault.txt b/npc/functions/vault.txt
index 78eb5e7..a2adf7c 100644
--- a/npc/functions/vault.txt
+++ b/npc/functions/vault.txt
@@ -5,11 +5,7 @@
// Vault Utilities
function script getvaultid {
- // FIXME: Make this False
- if ($BETASERVER && !debug)
- return ##VAULT;
- else
- return 0;
+ return ##VAULT;
}
function script getvaultexp {