diff --git a/src/network/network.cpp b/src/network/network.cpp index 52f39132e6..e7f80fcc90 100644 --- a/src/network/network.cpp +++ b/src/network/network.cpp @@ -1177,4 +1177,5 @@ int network_get_player_id(unsigned int index) { return 0; } void network_send_chat(const char* text) {} void network_close() {} void network_kick_player(int playerId) { } +uint8 network_get_current_player_id() { return 0; } #endif /* DISABLE_NETWORK */