X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=src%2Fserver%2Fserver.h;h=3a2ca84c04435b07da417c0b8df8333e00fae134;hb=8005e724b5c36874acf7a0f9072c76b202930749;hp=a565c766266868799fbb73a2b3405eff3b13beb9;hpb=2f86030aad68031072b98be48110a24cb544b053;p=dragonblocks_alpha.git diff --git a/src/server/server.h b/src/server/server.h index a565c76..3a2ca84 100644 --- a/src/server/server.h +++ b/src/server/server.h @@ -16,9 +16,6 @@ typedef struct List clients; // Client * -> NULL map with all connected clients pthread_rwlock_t players_rwlck; // lock to protect player list List players; // char * -> Client * map with clients that have finished auth - struct { - u32 simulation_distance; // perimeter of the cube that players can see blocks in is simulation_distance * 2 + 1 - } config; // configuration, ToDo: read from config file } Server; typedef struct Client