Mirage Source
Small mistake (MS4) - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: Source Code Development (https://mirage-engine.uk/forums/forumdisplay.php?fid=51)
+----- Forum: Mirage Source 4 (Visual Basic 6) (https://mirage-engine.uk/forums/forumdisplay.php?fid=44)
+----- Thread: Small mistake (MS4) (/showthread.php?tid=2148)



Small mistake (MS4) - Nean - 20-09-2008

Throughout the code, the level one access is = ADMIN_MONITER... Monitor is actually spelled with an O, and not an E. This was sorta a big deal for me, when I couldn't find why my access checks were giving me errors. The easiest way to do this I guess, is to just go into the mirage and the server, click on edit, and push replace, and then put

MONITER Replace with:
MONITOR... That'd work, right?


Re: Small mistake (MS4) - Robin - 20-09-2008

Ctrl + H.

Replace:

Moniter with Monitor

Enjoy your spelling fix.


Re: Small mistake (MS4) - Rian - 20-09-2008

Yep.


Re: Small mistake (MS4) - Nean - 20-09-2008

Sweet, it worked. I'm quite pleased really though.


Re: Small mistake (MS4) - Nean - 20-09-2008

DFA Wrote:in MS3.0.3 i see...

Code:
' Admin constants
Public Const ADMIN_MONITER = 1
Public Const ADMIN_MAPPER = 2
Public Const ADMIN_DEVELOPER = 3
Public Const ADMIN_CREATOR = 4

goof not on my part..

good job, u get credits in changelog next update

Yeah, I figured that this would go back to versions before MS4. And thanks. =)


Re: Small mistake (MS4) - Rian - 20-09-2008

The sad thing is, I thought it was spelled like that until two days ago when I actually typed "moniter" in a forum, and firefox corrected my spelling.


Re: Small mistake (MS4) - Mattyw - 20-09-2008

I was thinking what the hell when I saw this yesterday. =-p Was hoping someone would point it out.


Re: Small mistake (MS4) - Nean - 20-09-2008

Sonire Wrote:The sad thing is, I thought it was spelled like that until two days ago when I actually typed "moniter" in a forum, and firefox corrected my spelling.

Haha, yeah. The only way I knew it was spelled wrong, was because on Elysium Source, it's spelled Monitor, so I did a google search, and it corrected me.