diff options
Diffstat (limited to 'source/Plugin.cpp')
-rw-r--r-- | source/Plugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Plugin.cpp b/source/Plugin.cpp index 879a1a3d6..389ef15e4 100644 --- a/source/Plugin.cpp +++ b/source/Plugin.cpp @@ -57,7 +57,7 @@ bool cPlugin::OnBlockToPickups(cWorld * a_World, cEntity * a_Digger, int a_Block -bool cPlugin::OnChat(cPlayer * a_Player, const AString & a_Message) +bool cPlugin::OnChat(cPlayer * a_Player, AString & a_Message) { UNUSED(a_Player); UNUSED(a_Message); |