This commit is contained in:
JohnCorby 2022-01-06 18:26:14 -08:00
parent 408f372eb3
commit 7ac1ad9fa5

View File

@ -205,6 +205,11 @@ namespace QSB.QuantumSync.WorldObjects
public override void DisplayLines()
{
if (QSBPlayerManager.LocalPlayer.Body == null)
{
return;
}
if (ControllingPlayer == 0)
{
if (IsEnabled)