mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 11:03:00 +01:00
Fix #6804: Network permissions are not visible.
This commit is contained in:
@@ -92,7 +92,7 @@ void NetworkGroup::Read(NetworkPacket &packet)
|
||||
{
|
||||
packet >> Id;
|
||||
SetName(packet.ReadString());
|
||||
for (auto action : ActionsAllowed)
|
||||
for (auto &action : ActionsAllowed)
|
||||
{
|
||||
packet >> action;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user