forked from mirrors/0ad
Remove leftover from 113fefeeb7
The string literal was implicitly converted to `true`. This is likely a leftover from testing.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user