feat: 去除open的异常

Signed-off-by: 502647092 <admin@yumc.pw>
merge/2/HEAD
502647092 2017-07-06 10:16:40 +08:00
parent 421d70aa93
commit 52fdf9b420
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ public class SignKit extends ProtocolLibBase {
* @throws InvocationTargetException
*
*/
public static void open(Player player, String[] lines) throws InvocationTargetException {
public static void open(Player player, String[] lines) {
FakeSign.create(player, lines).open();
}