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

Mega Super Puper Plus Max Ideal Code

This commit is contained in:
CrIcKeT
2021-12-29 07:11:21 +03:00
parent 1900e28138
commit a4ae7c074f
2 changed files with 4 additions and 4 deletions

View File

@@ -217,13 +217,13 @@ thread_msg ThreadRecvMessage(void* p);
local OSName = "gmsv_turbostroi_"
if jis.os == "Windows" then
if jit.os == "Windows" then
OSName = OSName.."win"
elseif jit.os == "Linux" then
OSName = OSName.."linux"
end
if jit.arch == "x86"
if jit.arch == "x86" then
OSName = OSName.."32"
else
OSName = OSName.."64"