Inform players when another player is no longer allowed to rejoin.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user