diff options
| author | auth12 <[email protected]> | 2020-07-19 11:57:04 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-07-19 11:57:04 -0700 |
| commit | 1bae439a35a3aadca6772716aaeea8c8a0991114 (patch) | |
| tree | f8eab7a7bae237ad697feecfae26b17bab91b16e /server/src/main.cpp | |
| parent | More placeholders and general plan. (diff) | |
| parent | Merge branch 'master' into windows (diff) | |
| download | loader-1bae439a35a3aadca6772716aaeea8c8a0991114.tar.xz loader-1bae439a35a3aadca6772716aaeea8c8a0991114.zip | |
Merge pull request #1 from auth12/windows
Windows
Diffstat (limited to 'server/src/main.cpp')
| -rw-r--r-- | server/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/src/main.cpp b/server/src/main.cpp index fe0d602..df3f6e8 100644 --- a/server/src/main.cpp +++ b/server/src/main.cpp @@ -6,7 +6,7 @@ constexpr std::string_view version{"0.1.0"}; int main(int argc, char* argv[]) { - io::init(false); + io::init(true); tcp::server client_server("6666"); |