add outfit (list) window event subscription handling

fix Kicked action send instead of Leaving action when players leave on their own
This commit is contained in:
Resaec 2025-08-31 23:37:30 +02:00
parent c84bf9ae74
commit c0428bd3f6
3 changed files with 54 additions and 26 deletions

View file

@ -87,6 +87,8 @@ class Player(var avatar: Avatar)
var lastShotSeq_time: Int = -1
var outfit_name: String = ""
var outfit_id: Long = 0
var outfit_window_open: Boolean = false
var outfit_list_open: Boolean = false
/** From PlanetsideAttributeMessage */
var PlanetsideAttribute: Array[Long] = Array.ofDim(120)