[Version 0.7.7.4]

- Removed try/catch, it was still segfaulting.
 - Built against 1.3.1
This commit is contained in:
Steven Scott
2012-08-04 12:19:53 -07:00
parent 9928b8718f
commit 9e784c0eaf
3 changed files with 19 additions and 2 deletions

14
README
View File

@ -204,12 +204,26 @@ createFull=This network is full
createWorldDeny=You do not have access to that world
createConflict=Gate conflicts with existing gate
=============
Known Bugs
=============
Client randomly crashes on teleport.
=============
Changes
=============
[Version 0.7.7.4]
- Removed try/catch, it was still segfaulting.
- Built against 1.3.1
[Version 0.7.7.3]
- Wrap sign changing in try/catch. Stupid Bukkit
[Version 0.7.7.2]
- Load chunk before trying to draw signs
- Implement a workaround for BUKKIT-1033
[Version 0.7.7.1]
- Permission checking for 'R'andom gates.
- Random now implies AlwaysOn
- Added all languages to JAR
[Version 0.7.7.0]
- Added 'R'andom option - This still follows the permission rules defined for normal gate usage
- Added a bit more debug output