mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2024-11-09 23:48:55 +00:00
feat: 去除open的异常
Signed-off-by: 502647092 <admin@yumc.pw>
This commit is contained in:
parent
421d70aa93
commit
52fdf9b420
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user