mirror of
https://github.com/Facepunch/Facepunch.Steamworks.git
synced 2025-04-10 11:30:05 +03:00
commit
4237204f45
@ -366,7 +366,7 @@ namespace Facepunch.Steamworks
|
|||||||
{
|
{
|
||||||
if ( !IsValid ) { return false; }
|
if ( !IsValid ) { return false; }
|
||||||
string joinable = CurrentLobbyData.GetData( "joinable" );
|
string joinable = CurrentLobbyData.GetData( "joinable" );
|
||||||
switch ( joinable )
|
switch ( joinable.ToLowerInvariant() )
|
||||||
{
|
{
|
||||||
case "true":
|
case "true":
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user