diff options
author | Jesusaves <cpntb1@ymail.com> | 2024-01-25 17:42:06 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2024-01-25 17:42:06 -0300 |
commit | 790cbe032880480e4ebd8f2396972c9926ad7042 (patch) | |
tree | c51496bfbcf20d469e3ac43f4afed41b68955c07 | |
parent | e7805b118651543294beea9f0de0e6fc7d3ecb00 (diff) | |
download | serverdata-790cbe032880480e4ebd8f2396972c9926ad7042.tar.gz serverdata-790cbe032880480e4ebd8f2396972c9926ad7042.tar.bz2 serverdata-790cbe032880480e4ebd8f2396972c9926ad7042.tar.xz serverdata-790cbe032880480e4ebd8f2396972c9926ad7042.zip |
Remove debug message
-rw-r--r-- | npc/functions/weather.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/weather.txt b/npc/functions/weather.txt index 51a852ae2..5816284de 100644 --- a/npc/functions/weather.txt +++ b/npc/functions/weather.txt @@ -272,7 +272,8 @@ OnMinute45: } callfunc "FYE_Normalize"; - debugmes "[Weather.sys] Weather reloaded"; + if (debug || $@GM_OVERRIDE) + debugmes "[Weather.sys] Weather reloaded"; end; // Function to check stuff |