remove ship flyer warnings

This commit is contained in:
Mister_Nebula 2021-05-25 17:10:07 +01:00
parent 4c098a8e1e
commit 18742e5b0a

View File

@ -29,13 +29,11 @@ namespace QSB.ShipSync.TransformSync
{
if (HasAuthority && ShipManager.Instance.CurrentFlyer != QSBPlayerManager.LocalPlayerId)
{
DebugLog.DebugWrite($"Warning - Local player has ship authority, but is not the current flyer!", OWML.Common.MessageType.Warning);
return;
}
if (!HasAuthority && ShipManager.Instance.CurrentFlyer == QSBPlayerManager.LocalPlayerId)
{
DebugLog.DebugWrite($"Warning - Local player does not have ship authority, but is the current flyer!", OWML.Common.MessageType.Warning);
return;
}