diff options
Diffstat (limited to '')
-rw-r--r-- | src/SpawnPrepare.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SpawnPrepare.h b/src/SpawnPrepare.h index 3f4a3b377..1c7a42b2f 100644 --- a/src/SpawnPrepare.h +++ b/src/SpawnPrepare.h @@ -4,7 +4,7 @@ #include <atomic> class cWorld; - + /** Generates and lights the spawn area of the world. Runs as a separate thread. */ |