mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix documentation of dedicated_server_loop
This commit is contained in:
parent
5bde7798e9
commit
288302a1f0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue