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

Use the lower case On and Off text.dat strings

The uppercase ON and OFF are being deprecated
parent e77d0fe7
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #4766 passed
......@@ -39,7 +39,7 @@ if(user.security.restrictions & UFLAG_C) {
function on_or_off(on)
{
return bbs.text(on ? ON : OFF);
return bbs.text(on ? On : Off);
}
// Set continue point for main menu commands
......
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