From babbb00266f644ba49dc09c4d3b8a122eb6003e3 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 24 May 2021 23:10:07 -0300 Subject: Ensure it does not work on a weird inexisting test server --- npc/functions/vault.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'npc') 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; -- cgit v1.2.3-70-g09d2