formatting

This commit is contained in:
Vauff 2023-04-07 00:10:21 -04:00
parent 08e7133f39
commit d3476151d0

View file

@ -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