fix arch compiling (#6895)

This commit is contained in:
ebbit1q 2026-05-16 19:39:34 +02:00 committed by GitHub
parent aadee34238
commit 20cd7ce73d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ public:
{
return playerId;
}
bool operator==(const PlayerReference &other)
bool operator==(const PlayerReference &other) const
{
return ((roomId == other.roomId) && (gameId == other.gameId) && (playerId == other.playerId));
}