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
@@ -26,6 +26,8 @@ import org.bn.types.*;
playerStateNormal ,
@ASN1EnumItem ( name = "playerStateSessionInactive", hasTag = true , tag = 1 )
playerStateSessionInactive ,
@ASN1EnumItem ( name = "playerStateNoMoney", hasTag = true , tag = 2 )
playerStateNoMoney ,
}
private EnumType value;