Skip to content

Commit befb852

Browse files
author
y2g.de
committed
bugfix (wrong gamemode loaded)
1 parent d1f8f96 commit befb852

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bindings/callbacks.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ char* fromConst(const char * str) {
1414
}
1515

1616
PLUGIN_EXPORT bool PLUGIN_CALL OnGameModeInit() {
17-
#ifdef TEST
17+
#if PY_TEST
1818
CallbacksTest::runAll();
1919
#endif // TEST
2020

0 commit comments

Comments
 (0)