1
0
mirror of https://github.com/metrostroi-repo/MetrostroiAddon.git synced 2026-05-02 00:42:29 +00:00

Turbostroi

Убраны остатки строки для Format
This commit is contained in:
kosmik641
2023-02-25 19:14:11 +03:00
parent e6a5f4965e
commit 7b1211e0e9

View File

@@ -210,7 +210,7 @@ local OSes = {
POSIX = "linux", POSIX = "linux",
OSX = "osx", OSX = "osx",
} }
local dllPath = "./garrysmod/lua/bin/gmsv_turbostroi_"..(OSes[jit.os] or "").."%s.dll" local dllPath = "./garrysmod/lua/bin/gmsv_turbostroi_"..(OSes[jit.os] or "win32")..".dll"
local ffi = require("ffi") local ffi = require("ffi")
ffi.cdef[[ ffi.cdef[[