fixed the global ock error message having too many punctuation marks

--HG--
extra : convert_revision : svn%3A39bc706e-5318-0410-9160-8a85361fbb7c/trunk%401790
This commit is contained in:
David Anderson 2007-12-10 23:32:32 +00:00
parent 1904348efc
commit f261c2e756

View File

@ -1125,7 +1125,7 @@ IPlugin *CPluginManager::LoadPlugin(const char *path, bool debug, PluginType typ
{ {
if (m_LoadingLocked) if (m_LoadingLocked)
{ {
UTIL_Format(error, maxlength, "There is a global plugin loading lock in effect."); UTIL_Format(error, maxlength, "There is a global plugin loading lock in effect");
} }
else else
{ {