]> git.lizzy.rs Git - dragonblocks_alpha.git/blobdiff - src/server/server_map.c
Merge branch 'master' of github.com:dragonblocks/dragonblocks_alpha
[dragonblocks_alpha.git] / src / server / server_map.c
index f7cb57d16d136d0e76621361ca2aa1400eb0a265..a6eb81f4d0b7f5c11486024565af14a08902de82 100644 (file)
@@ -374,7 +374,7 @@ void server_map_prepare_spawn()
        } else {
                s32 spawn_height = -1;
 
-               while (map_get_node(server_map.map, (v3s32) {0, ++spawn_height, 0}).type != NODE_AIR);
+               while (map_get_node(server_map.map, (v3s32) {0, ++spawn_height, 0}).type != NODE_AIR)
                        ;
 
                server_map.spawn_height = spawn_height + 5;