mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
comment
This commit is contained in:
parent
11e5834c02
commit
3c508d34e8
|
|
@ -1084,7 +1084,7 @@ class SquadService extends Actor {
|
|||
pSquadOpt match {
|
||||
//member of the squad; leave the squad
|
||||
case Some(features) =>
|
||||
LeaveSquad(charId, features)
|
||||
LeaveSquad(charId, features) //adding this fixed issue of rejoining the squad on login.
|
||||
val squad = features.Squad
|
||||
val size = squad.Size
|
||||
subs.UserEvents.remove(charId) match {
|
||||
|
|
|
|||
Loading…
Reference in a new issue