mirror of
https://github.com/metrostroi-repo/MetrostroiAddon.git
synced 2026-05-02 00:42:29 +00:00
Ultra super best code
This commit is contained in:
@@ -219,20 +219,17 @@ local OSName = "gmsv_turbostroi_"
|
||||
|
||||
if jis.os == "Windows" then
|
||||
OSName = OSName.."win"
|
||||
if jit.arch == "x86"
|
||||
OSName = OSName.."32"
|
||||
else
|
||||
OSName = OSName.."64"
|
||||
end
|
||||
elseif jit.os == "Linux" then
|
||||
OSName = OSName.."linux"
|
||||
if jit.arch == "x86"
|
||||
OSName = OSName.."32"
|
||||
else
|
||||
OSName = OSName.."64"
|
||||
end
|
||||
end
|
||||
|
||||
if jit.arch == "x86"
|
||||
OSName = OSName.."32"
|
||||
else
|
||||
OSName = OSName.."64"
|
||||
end
|
||||
|
||||
|
||||
local TS = ffi.load(OSName)
|
||||
|
||||
Metrostroi = {}
|
||||
|
||||
Reference in New Issue
Block a user