update PlayerList class to account for additional dimension (aether)

This commit is contained in:
Bonnie
2026-03-03 16:56:43 -06:00
parent 438f4df089
commit 5a2fbe20f3
2 changed files with 7 additions and 2 deletions

View File

@@ -51,7 +51,7 @@ private:
int sendAllPlayerInfoIn;
// 4J Added to maintain which players in which dimensions can receive all packet types
vector<shared_ptr<ServerPlayer> > receiveAllPlayers[3];
vector<shared_ptr<ServerPlayer> > receiveAllPlayers[4];
private:
shared_ptr<ServerPlayer> findAlivePlayerOnSystem(shared_ptr<ServerPlayer> currentPlayer);