Double0negative / Survival-Games

Survival Games plugin for Bukkit
63 stars 132 forks source link

code tidying #107

Closed rel-s closed 3 years ago

rel-s commented 10 years ago

There are no bug fixes here. This is my first time with github and I wanted to learn how to contribute, so I just cleaned a bit your code on some of the event handlers. These changes will not affect how your plugin behaves - they will just keep your memory use to a smaller minimum by reducing the amount of objects and variables you are using in each event, and on your function stack.