mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2026-05-18 10:31:45 +08:00
Implement the Home System (Serenitea Pot)
This commit is contained in:
@@ -414,6 +414,10 @@ public class Scene {
|
||||
}
|
||||
|
||||
public void onTick() {
|
||||
// disable script for home
|
||||
if (this.getSceneType() == SceneType.SCENE_HOME_WORLD || this.getSceneType() == SceneType.SCENE_HOME_ROOM){
|
||||
return;
|
||||
}
|
||||
if (this.getScriptManager().isInit()) {
|
||||
this.checkBlocks();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user