From d57753cd6873ac279f8de163393db2c1cc6a2a00 Mon Sep 17 00:00:00 2001 From: faketruth Date: Tue, 27 Dec 2011 22:57:33 +0000 Subject: Users file was pretty messed up with mixed unix and windows line endings. The ini failed to parse correctly under cygwin. 'Fixed' a 'bug' where MCServer would seemingly endlessly calculate lighting for an entire world (and then crash), when this entire world has 'wrong' lighting. This happens when running a converted map from Vanilla. Fixed this by only allowing a maximum of 50 chunks to recalculate their lighting per tick. Fixed a small coding error in cChunkMap where it would check PakVersion twice, instead of also ChunkVersion. DeNotch converter does not need the VS2010 runtime thingies anymore git-svn-id: http://mc-server.googlecode.com/svn/trunk@138 0a769ca7-a7f5-676a-18bf-c427514a06d6 --- users.ini | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) (limited to 'users.ini') diff --git a/users.ini b/users.ini index 478bd03a9..f223433d6 100644 --- a/users.ini +++ b/users.ini @@ -1,15 +1,14 @@ -[FakeTruth] -Groups=Admins - -[Duralex] -Groups=Admins - -[Luthrandel] -Groups=Admins - -[Cruisecho] -Groups=Admins - -[Kwen] -Groups=Admins - +[FakeTruth] +Groups=Admins + +[Duralex] +Groups=Admins + +[Luthrandel] +Groups=Admins + +[Cruisecho] +Groups=Admins + +[Kwen] +Groups=Admins \ No newline at end of file -- cgit v1.2.3