feat: API is now functional ingame
This commit is contained in:
@@ -64,7 +64,7 @@ export class InstanceOptions extends Option {
|
||||
}
|
||||
|
||||
setLayer(layer) {
|
||||
this.currentLayer = layer.floor();
|
||||
this.currentLayer = Math.floor(layer);
|
||||
this.save();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user