mirror of
https://e.coding.net/circlecloud/YumCore.git
synced 2025-09-02 11:36:59 +00:00
@ -49,7 +49,7 @@ public class SignKit extends ProtocolLibBase {
|
|||||||
* @throws InvocationTargetException
|
* @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();
|
FakeSign.create(player, lines).open();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user