mirror of
https://github.com/Terncode/pixel.horse.git
synced 2026-09-25 06:05:52 +02:00
Archive Update 53.1 (#62)
* Normalize BOM and line endings * Archive update 0.53.1
This commit is contained in:
committed by
Eliot Partridge
parent
3599e91bc0
commit
782f8c731c
@@ -631,7 +631,7 @@ export class ServerActions implements IServerActions, SocketServer {
|
||||
}
|
||||
@Method({ binary: [Bin.Obj] })
|
||||
editorAction(action: EditorAction) {
|
||||
if (this.server.flags.objects && this.client.isMod) {
|
||||
if (this.server.flags.editor && this.client.isMod) {
|
||||
const added = editorAdded.get(this.client.accountId) || [];
|
||||
editorAdded.set(this.client.accountId, added);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user