mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2025-11-02 22:56:01 +00:00
@@ -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();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user