mirror of
https://github.com/Grasscutters/Grasscutter.git
synced 2025-12-18 01:46:44 +01:00
Merge remote-tracking branch 'upstream/development' into dev-mail
This commit is contained in:
@@ -225,11 +225,11 @@ public class GenshinPlayer {
|
||||
this.world = world;
|
||||
}
|
||||
|
||||
public GenshinScene getScene() {
|
||||
public synchronized GenshinScene getScene() {
|
||||
return scene;
|
||||
}
|
||||
|
||||
public void setScene(GenshinScene scene) {
|
||||
public synchronized void setScene(GenshinScene scene) {
|
||||
this.scene = scene;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user