Skip to content

Commit c5f4e32

Browse files
committed
Fixed /tpout
1 parent 7d67293 commit c5f4e32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Patches/ChatCommandPatch.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2105,7 +2105,7 @@ private static void TPOutCommand(PlayerControl player, string commandKey, string
21052105

21062106
if (!GameStates.IsLobby) return;
21072107

2108-
if (!!Options.PlayerCanUseTP.GetBool())
2108+
if (!Options.PlayerCanUseTP.GetBool())
21092109
{
21102110
Utils.SendMessage(GetString("DisableUseCommand"), player.PlayerId);
21112111
return;

0 commit comments

Comments
 (0)