mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-01 03:32:38 +00:00
fix nre
This commit is contained in:
parent
408f372eb3
commit
7ac1ad9fa5
@ -205,6 +205,11 @@ namespace QSB.QuantumSync.WorldObjects
|
||||
|
||||
public override void DisplayLines()
|
||||
{
|
||||
if (QSBPlayerManager.LocalPlayer.Body == null)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
||||
if (ControllingPlayer == 0)
|
||||
{
|
||||
if (IsEnabled)
|
||||
|
Loading…
Reference in New Issue
Block a user