1
0
mirror of https://github.com/p2r3/bareiron.git synced 2025-10-02 07:35:08 +02:00

fix block updates

This commit is contained in:
2025-09-27 19:29:06 +02:00
parent 6f8888bd34
commit 436a640339
4 changed files with 13 additions and 19 deletions

View File

@@ -281,7 +281,6 @@ extern int block_changes_count;
extern DeferredBlockUpdate deferred_block_updates[MAX_DEFERRED_BLOCK_UPDATES];
extern int deferred_block_updates_count;
extern uint8_t is_processing_deferred_block_updates;
extern uint8_t had_too_many_deferred_block_updates;
extern PlayerData player_data[MAX_PLAYERS];
extern int player_data_count;