mirror of
https://github.com/Xiao-MoMi/craft-engine.git
synced 2025-12-19 15:09:15 +00:00
Update CloseInventoryFunction.java
This commit is contained in:
@@ -33,7 +33,7 @@ public class CloseInventoryFunction<CTX extends Context> extends AbstractConditi
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
public Key type() {
|
public Key type() {
|
||||||
return CommonFunctions.TITLE;
|
return CommonFunctions.CLOSE_INVENTORY;
|
||||||
}
|
}
|
||||||
|
|
||||||
public static class FactoryImpl<CTX extends Context> extends AbstractFactory<CTX> {
|
public static class FactoryImpl<CTX extends Context> extends AbstractFactory<CTX> {
|
||||||
|
|||||||
Reference in New Issue
Block a user