BlockServerProject / JRakLib

A port of the PHP MCPE RakNet networking library: RakLib.
http://blockserverproject.github.io/JRakLib/
GNU Lesser General Public License v3.0
5 stars 5 forks source link

ioNetty Ready! :D #4

Closed net32 closed 8 years ago

alejzeis commented 8 years ago

@net32 Only problem I see is the code style, I prefer the braces on the same line as their statement, like this:

if(blah) {
}