Scripting tweaks

Scripting tweaks
This commit is contained in:
Jaysyn904
2024-02-21 19:08:03 -05:00
parent 2bb2c470e0
commit 95df1aa540
18 changed files with 8 additions and 4 deletions

View File

@@ -298,7 +298,7 @@ return FALSE;
void DoDebug(object oPC, string sDebug)
{
if (DEBUG)
if (HGDEBUG)
{
WriteTimestampedLogEntry(sDebug);
SendMessageToPC(oPC, sDebug);