implement player ticks in headless mode & prevent on_player_tick call if player chunk does not exists

This commit is contained in:
MihailRis
2024-12-18 23:31:26 +03:00
parent 8e7dfe3e0b
commit 1cd85b6f77
9 changed files with 70 additions and 41 deletions
+4
View File
@@ -36,4 +36,8 @@ public:
auto end() const {
return players.end();
}
size_t size() const {
return players.size();
}
};