There was an error while loading. Please reload this page.
1 parent ffc921e commit 5d039e1Copy full SHA for 5d039e1
1 file changed
src/Game.cpp
@@ -79,7 +79,8 @@ Game *Game::CreateNew() {
79
80
if (Utils::ICompare(modDir, Portal2::ModDir()) ||
81
Utils::ICompare(modDir, "cleaninggame") ||
82
- Utils::ICompare(modDir, "divinity")) {
+ Utils::ICompare(modDir, "divinity") ||
83
+ Utils::ICompare(modDir, "aak")) {
84
// Technically The Cleaning Game is on 8928 but all sigs match 9568
85
void *engineClient = Interface::GetPtr(MODULE("engine"), "VEngineClient015");
86
if (engineClient) {
0 commit comments