Remove leftover from 113fefeeb7

The string literal was implicitly converted to `true`.
This is likely a leftover from testing.
This commit is contained in:
phosit
2024-12-18 18:50:09 +01:00
committed by phosit
parent 9637fcdb56
commit 16c0db12a9
+2 -2
View File
@@ -150,7 +150,7 @@ public:
CGame client2Game(false);
CGame client3Game(false);
CNetServer server("no_secret");
CNetServer server{false};
JS::RootedValue attrs(rq.cx);
Script::CreateObject(
@@ -229,7 +229,7 @@ public:
CGame client2Game(false);
CGame client3Game(false);
CNetServer server("no_secret");
CNetServer server{false};
JS::RootedValue attrs(rq.cx);
Script::CreateObject(