mirror of
https://gitea.wildfiregames.com/0ad/0ad.git
synced 2026-06-21 01:04:06 +00:00
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