mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2024-12-25 06:05:46 +03:00
commit
4237204f45
@ -366,7 +366,7 @@ public bool Joinable
|
||||
{
|
||||
if ( !IsValid ) { return false; }
|
||||
string joinable = CurrentLobbyData.GetData( "joinable" );
|
||||
switch ( joinable )
|
||||
switch ( joinable.ToLowerInvariant() )
|
||||
{
|
||||
case "true":
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user