remove protocol_version from player

This commit is contained in:
Protryon 2019-05-05 02:54:02 -07:00 committed by Max Bruce
parent b8a7292475
commit cc878c0a49
1 changed files with 0 additions and 1 deletions

View File

@ -14,7 +14,6 @@ struct player {
struct connection* conn;
struct world* world;
struct entity* entity;
uint32_t protocol_version;
char* name;
struct uuid uuid;