We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd81458 commit e421111Copy full SHA for e421111
1 file changed
nutscript/gamemode/sh_config.lua
@@ -13,7 +13,7 @@ end
13
nut.config = nut.config or {}
14
15
// Don't Touch This, This's Version Counter. //
16
-nut.config.frameworkVersion = "0.18.1";
+nut.config.frameworkVersion = "0.18.2";
17
18
-- What language Nutscript shall use.
19
nut.config.language = "korean"
@@ -206,4 +206,4 @@ if (CLIENT) then
206
end)
207
208
nut.config.targetTall = nut.config.targetTall or 10
209
-end
+end
0 commit comments