10.02.2009, 01:34
Did you download the nightly, stable, or from the svn? Also I think that might be because I made a minor mistake. Try adding a ; to the end of line 46 or 47 (Whichever you have uncommented, 46 is to default). -- It's weird that you're getting the error though, as it hasn't appeared before.
Basically, replace:
with:
Tell me if that fixes it, and I'll reissue the stable. Again, very weird that I never noticed that (No compiler errors for me).
Basically, replace:
Код:
// Change comment to enable new admincheckip = 0 // Disabled //new admincheckip = 1 // Enabled
Код:
// Change comment to enable new admincheckip = 0; // Disabled //new admincheckip = 1; // Enabled