Inform players when another player is no longer allowed to rejoin.
This commit is contained in:
+2
-1
@@ -812,7 +812,8 @@ NetPlayerAction ::= ENUMERATED {
|
||||
|
||||
NetPlayerState ::= ENUMERATED {
|
||||
playerStateNormal (0),
|
||||
playerStateSessionInactive (1)
|
||||
playerStateSessionInactive (1),
|
||||
playerStateNoMoney (2)
|
||||
}
|
||||
|
||||
NonZeroId ::= INTEGER(1..4294967295)
|
||||
|
||||
Reference in New Issue
Block a user