mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-04-27 07:15:26 +00:00
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:
parent
c84bf9ae74
commit
c0428bd3f6
3 changed files with 54 additions and 26 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue