diff options
-rw-r--r-- | npc/functions/vault.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/vault.txt b/npc/functions/vault.txt index ec69c435f..dfa0093d0 100644 --- a/npc/functions/vault.txt +++ b/npc/functions/vault.txt @@ -5,7 +5,8 @@ // Vault Utilities function script getvaultid { - if ($BETASERVER) + // FIXME: Make this False + if ($BETASERVER && !debug) return ##VAULT; else return 0; |