mirror of
https://github.com/Source2ZE/MovementUnlocker.git
synced 2026-09-27 20:57:04 +02:00
formatting
This commit is contained in:
parent
08e7133f39
commit
d3476151d0
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@ bool MovementUnlocker::Load(PluginId id, ISmmAPI *ismm, char *error, size_t maxl
|
||||||
char *pBinPath = "csgo/bin/server.dll";
|
char *pBinPath = "csgo/bin/server.dll";
|
||||||
auto *pBin = LoadLibrary(pBinPath);
|
auto *pBin = LoadLibrary(pBinPath);
|
||||||
#elif __linux__
|
#elif __linux__
|
||||||
char * pBinPath = "csgo/bin/server.so";
|
char *pBinPath = "csgo/bin/server.so";
|
||||||
auto *pBin = dlopen(pBinPath, RTLD_NOW);
|
auto *pBin = dlopen(pBinPath, RTLD_NOW);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue