Remove interval property from properties and update imports in LagoonAddons
This commit is contained in:
@@ -1,2 +1 @@
|
||||
export const roomCode = 'ROOM_CODE';
|
||||
export const interval = 20; // Interval in ticks at which positions will be sent to the server. (Min: 10)
|
||||
|
||||
@@ -2,7 +2,7 @@ import { system, world } from "@minecraft/server";
|
||||
import utils from "utils";
|
||||
import { websocket, WebSocketClient } from "@minecraft/server-net";
|
||||
import { InitPlayer } from "entities/player";
|
||||
import { interval, roomCode } from "properties";
|
||||
import { roomCode } from "properties";
|
||||
|
||||
class LagoonAddons {
|
||||
|
||||
|
||||
@@ -1,2 +1 @@
|
||||
export const roomCode = 'ROOM_CODE';
|
||||
export const interval = 20; // Interval in ticks at which positions will be sent to the server. (Min: 10)
|
||||
export const roomCode = 'ROOM_CODE';
|
||||
Reference in New Issue
Block a user