1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

Fix documentation of dedicated_server_loop

This commit is contained in:
est31
2015-07-24 23:11:19 +02:00
parent 5bde7798e9
commit 288302a1f0

View File

@@ -665,9 +665,9 @@ private:
/* /*
Runs a simple dedicated server loop. Runs a simple dedicated server loop.
Shuts down when run is set to false. Shuts down when kill is set to true.
*/ */
void dedicated_server_loop(Server &server, bool &run); void dedicated_server_loop(Server &server, bool &kill);
#endif #endif