Skip to content
Snippets Groups Projects
Commit a57edf32 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typo: freecdtperday, not freecreditperday

parent 733b168f
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -115,7 +115,7 @@ delete cnf.validation_set;
for(var i in cnf.sec_level) {
var level = cnf.sec_level[i];
if(level.freecdtperd)
level.freecreditperday = level.freecdtperd;
level.freecdtperday = level.freecdtperd;
level.freecdtperday = format("%lld", level.freecdtperday);
ini.iniSetObject("level:" + i, level);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment