Skip to content

Commit

Permalink
apparently we require an empty string reason
Browse files Browse the repository at this point in the history
  • Loading branch information
ASpoonPlaysGames committed Aug 22, 2024
1 parent b482f7f commit eb5b895
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ string function GetSelectedBurnCardRef( entity player )

#if SERVER
if ( GetItemDisplayData( ref ).hidden )
NSDisconnectPlayer( player )
NSDisconnectPlayer( player, "" )
#endif

#if SERVER || CLIENT
Expand Down

0 comments on commit eb5b895

Please sign in to comment.