We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35bc5f6 commit db99266Copy full SHA for db99266
nutscript/plugins/customvendor/sv_plugin.lua
@@ -55,7 +55,7 @@ function PLUGIN:SaveData()
55
money = v:GetNetVar("money", 100),
56
57
name = v:GetNetVar("name", "설정되지 않음"),
58
- desc = v:GetNetVar("desc", PLUGIN:GetPluginLanguage("no_desc")),
+ desc = v:GetNetVar("desc", nut.lang.Get("no_desc")),
59
model = v:GetModel()
60
}
61
end
0 commit comments