[ServerList]: Remove double semicolon (#822)
This commit is contained in:
parent
c71eddc5a9
commit
602f8e741e
@ -172,7 +172,7 @@ struct std::hash<Components::ServerList::ServerInfo>
|
||||
hash ^= std::hash<std::string>()(x.hostname);
|
||||
hash ^= std::hash<std::string>()(x.mapname);
|
||||
hash ^= std::hash<std::string>()(x.mod);
|
||||
hash ^= std::hash<std::uint32_t>()(*reinterpret_cast<const std::uint32_t*>(&x.addr.getIP().bytes[0]));;
|
||||
hash ^= std::hash<std::uint32_t>()(*reinterpret_cast<const std::uint32_t*>(&x.addr.getIP().bytes[0]));
|
||||
hash ^= x.clients;
|
||||
|
||||
return hash;
|
||||
|
Loading…
Reference in New Issue
Block a user