Skip to content

Commit

Permalink
Bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
10sa committed Apr 7, 2017
1 parent 35bc5f6 commit db99266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nutscript/plugins/customvendor/sv_plugin.lua
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ function PLUGIN:SaveData()
money = v:GetNetVar("money", 100),

name = v:GetNetVar("name", "설정되지 않음"),
desc = v:GetNetVar("desc", PLUGIN:GetPluginLanguage("no_desc")),
desc = v:GetNetVar("desc", nut.lang.Get("no_desc")),
model = v:GetModel()
}
end
Expand Down

0 comments on commit db99266

Please sign in to comment.