mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-12 16:15:20 +02:00
Fix documentation of dedicated_server_loop
This commit is contained in:
@@ -665,9 +665,9 @@ private:
|
||||
/*
|
||||
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
|
||||
|
||||
|
Reference in New Issue
Block a user