mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-16 16:15:24 +00:00
Update PlayerKickMessage.cs
This commit is contained in:
parent
fa4041499d
commit
b46a45e346
@ -35,7 +35,7 @@ internal class PlayerKickMessage : QSBMessage<string>
|
||||
return;
|
||||
}
|
||||
|
||||
Delay.RunFramesLater(10, KickPlayer);
|
||||
Delay.RunFramesLater(20, KickPlayer);
|
||||
}
|
||||
|
||||
private void KickPlayer()
|
||||
|
Loading…
Reference in New Issue
Block a user