We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fed3e8b commit eafda4fCopy full SHA for eafda4f
src/Utilities/Debug.cpp
@@ -33,7 +33,7 @@ void Debug::Log(const char* pFormat, ...)
33
va_list args;
34
va_start(args, pFormat);
35
vsprintf_s(FinalStringBuffer, pFormat, args);
36
- LogGame("%s %s", "[Phobos]", FinalStringBuffer);
+ LogGame("%s %s", "[Spawner]", FinalStringBuffer);
37
va_end(args);
38
}
39
0 commit comments