summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2024-07-01 20:20:00 -0300
committerJesusaves <cpntb1@ymail.com>2024-07-01 20:20:00 -0300
commit396ffcbe75ebe04098200f5b9644f27a8909d038 (patch)
tree69586f7e213e403c4118a8e0576c28418350d437
parent2af28bb00ed90ef9caeb6475a4297bff3e9475e9 (diff)
downloadserverdata-396ffcbe75ebe04098200f5b9644f27a8909d038.tar.gz
serverdata-396ffcbe75ebe04098200f5b9644f27a8909d038.tar.bz2
serverdata-396ffcbe75ebe04098200f5b9644f27a8909d038.tar.xz
serverdata-396ffcbe75ebe04098200f5b9644f27a8909d038.zip
Some debug code from the previous commit got in... Sorry...
-rwxr-xr-xlogmaster.py2
-rw-r--r--npc/commands/kami.txt7
2 files changed, 1 insertions, 8 deletions
diff --git a/logmaster.py b/logmaster.py
index 5ace6c55e..534a118e5 100755
--- a/logmaster.py
+++ b/logmaster.py
@@ -146,8 +146,8 @@ runner.start()
stdout("Logmaster started", WRN)
bf=""
while running:
+ w = None
try:
- w = None
## We have stuff to push
if len(sqli) > 0:
w = db.cursor()
diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt
index f32fa5e62..8ac29c7f8 100644
--- a/npc/commands/kami.txt
+++ b/npc/commands/kami.txt
@@ -26,13 +26,6 @@ OnServMsg:
}
end;
-OnDebug:
- debugmes "Has API? %d", $@HAS_API;
- debugmes "Begin, %d", gettimetick(0);
- DelItemFromEveryPlayer(9999);
- debugmes "Done, %d", gettimetick(0);
- end;
-
OnBuff:
.@n$=strtoupper(strcharinfo(0, "JESUSALVA", playerattached()));
// Disabled command, used for debug purposes