Fixed whitespace errors in player.h.

This commit is contained in:
Panos Vasilopoulos 2019-05-01 12:15:00 +03:00 committed by Max Bruce
parent bb80d45890
commit 09a01a67b0
1 changed files with 3 additions and 3 deletions

View File

@ -14,8 +14,8 @@
struct player {
struct mempool* pool;
struct server* server;
struct conn* conn;
struct server* server;
struct conn* conn;
struct world* world;
struct entity* entity;
@ -35,7 +35,7 @@ struct player {
uint16_t currentItem;
uint8_t gamemode;
float reachDistance;
float reachDistance;
uint8_t invulnerable;
uint8_t ping;