From aaf2cf35e6139fde2a9c383f8f950df3ae324b2b Mon Sep 17 00:00:00 2001 From: Nathan Fulton Date: Thu, 9 Jun 2016 19:18:00 -0400 Subject: [PATCH] Set Main / Unmoderated to registered only If players want the privilege of having access to the unmoderated room, then they can create and use an account. --- server/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/main.cpp b/server/main.cpp index 2b21475..5190243 100644 --- a/server/main.cpp +++ b/server/main.cpp @@ -200,7 +200,7 @@ int main(int argc, char **argv) &result); server.lobby().NewRoom(NULL, "Main / Unmoderated", "", wi::kroomidUnmoderated, - wi::kfRmPermanent | wi::kfRmLocked | wi::kfRmUnmoderated, + wi::kfRmPermanent | wi::kfRmLocked | wi::kfRmUnmoderated | wi::kfRmRegisteredOnly, &result); // Get the public_address. This is the address that gets sent in