mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-21 12:49:10 +00:00
Age Link info names => plString
This commit is contained in:
@ -52,7 +52,7 @@ class plNetClientMsgScreener : public plNetMsgScreener
|
||||
protected:
|
||||
void ICreateStatusLog() const;
|
||||
const char* IGetSenderName(const plNetGameMember* gm) const { return "local"; }
|
||||
const char* IGetAgeName() const;
|
||||
plString IGetAgeName() const;
|
||||
bool IIsLocalAvatarKey(plKey key, const plNetGameMember* gm) const;
|
||||
bool IIsLocalArmatureModKey(plKey key, const plNetGameMember* gm) const;
|
||||
bool IIsSenderCCR(const plNetGameMember* gm=nil) const;
|
||||
|
Reference in New Issue
Block a user