Inform players when another player is no longer allowed to rejoin.

This commit is contained in:
lotodore
2011-12-22 20:10:18 +00:00
parent bc37ac69fd
commit f8c1cdf56e
8 changed files with 30 additions and 35 deletions
+2 -1
View File
@@ -812,7 +812,8 @@ NetPlayerAction ::= ENUMERATED {
NetPlayerState ::= ENUMERATED {
playerStateNormal (0),
playerStateSessionInactive (1)
playerStateSessionInactive (1),
playerStateNoMoney (2)
}
NonZeroId ::= INTEGER(1..4294967295)