Archiviert
13
0
Dieses Repository wurde am 2021-01-06 archiviert. Du kannst Dateien ansehen und es klonen, aber nicht pushen oder Issues/Pull-Requests öffnen.
ProtocolLib/ProtocolLib
Kristian S. Stangeland 03ad9be078 Be careful when registering commands. It shouldn't break the plugin.
Found an error report in the wild suggesting that getCommand() might
occationally fail (if plugin.yml isn't loaded properly, maybe) and
return NULL instead.

Since the commands are only for administrators and plugin authors, 
we'll simply ignore it if this occurs.
2012-11-23 11:42:17 +01:00
..
.settings Added configuration and commands. 2012-11-03 00:38:57 +01:00
src Be careful when registering commands. It shouldn't break the plugin. 2012-11-23 11:42:17 +01:00
.classpath Added configuration and commands. 2012-11-03 00:38:57 +01:00
.gitignore Switching to Maven instead of Ant. 2012-10-10 21:35:55 +02:00
.project Massive update that adds support for intercepting packets during login. 2012-10-16 07:28:54 +02:00
dependency-reduced-pom.xml Incremented to 1.7.1-SNAPSHOT for development to the next version. 2012-11-23 08:48:32 +01:00
pom.xml Incremented to 1.7.1-SNAPSHOT for development to the next version. 2012-11-23 08:48:32 +01:00