diff --git a/MovementUnlocker.cpp b/MovementUnlocker.cpp index fa34ec4..9a73471 100644 --- a/MovementUnlocker.cpp +++ b/MovementUnlocker.cpp @@ -59,7 +59,7 @@ bool MovementUnlocker::Load(PluginId id, ISmmAPI *ismm, char *error, size_t maxl char *pBinPath = "csgo/bin/server.dll"; auto *pBin = LoadLibrary(pBinPath); #elif __linux__ - char * pBinPath = "csgo/bin/server.so"; + char *pBinPath = "csgo/bin/server.so"; auto *pBin = dlopen(pBinPath, RTLD_NOW); #endif