protected void ClearLooter() { this.occupierText = null; this._currentlyUsingPlayer = uLink.NetworkPlayer.unassigned; if (this.thisClientIsInWindow) { try { RPOS.CloseLootWindow(); } catch (Exception exception) { Debug.LogError(exception); } finally { this.thisClientIsInWindow = false; } } }