Added common eMessageType aliases.
This commit is contained in:
parent
62629825ce
commit
ef50e73a9c
@ -540,6 +540,12 @@ enum eMessageType
|
|||||||
mtPrivateMessage, // Player to player messaging identifier
|
mtPrivateMessage, // Player to player messaging identifier
|
||||||
mtJoin, // A player has joined the server
|
mtJoin, // A player has joined the server
|
||||||
mtLeave, // A player has left the server
|
mtLeave, // A player has left the server
|
||||||
|
|
||||||
|
// Common aliases:
|
||||||
|
mtFail = mtFailure,
|
||||||
|
mtError = mtFailure,
|
||||||
|
mtInfo = mtInformation,
|
||||||
|
mtPM = mtPrivateMessage,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user