14.07.2011, 22:00
Quote:
I changed to R6 plugin. It still says R5 plugin loaded when I run the server.
Is there wrong file compiled, or is it just forgotten to change that text in plugin? |
Quote:
If you compiled it from source, the version string isn't updated/changed with the string "R6" (if that annoys you, you can change that yourself).
But if you compare the source code with the previous version(R5), you'll see that there's a mutex implementation. Код:
while(true) { Mutex::getInstance()->_lockMutex(); |