1
0

Merge pull request #1598 from mc-server/SignEditor

Fixed a security problem with signs.
This commit is contained in:
Mattes D
2014-11-18 08:52:48 +01:00
7 changed files with 85 additions and 21 deletions

View File

@@ -438,6 +438,9 @@ private:
/** Client Settings */
AString m_Locale;
/** The positions from the last sign that the player placed. It's needed to verify the sign text change. */
Vector3i m_LastPlacedSign;
/** The plugin channels that the client has registered. */
cChannels m_PluginChannels;