Returns whether the client by id is the admin
id
bool isClientAdmin(PlayerID? id) => id == gameConfig.adminID;