From 033f0abb1d554aa4706db77b518d3558f450f1b6 Mon Sep 17 00:00:00 2001 From: Cooldude2606 Date: Fri, 7 Jun 2019 19:59:29 +0100 Subject: [PATCH] Moved warp system to done --- old/modules/{ => DONE}/WarpPoints/control.lua | 0 old/modules/{ => DONE}/WarpPoints/locale/de.cfg | 0 old/modules/{ => DONE}/WarpPoints/locale/en.cfg | 0 old/modules/{ => DONE}/WarpPoints/locale/fr.cfg | 0 old/modules/{ => DONE}/WarpPoints/locale/nl.cfg | 0 old/modules/{ => DONE}/WarpPoints/locale/sv-SE.cfg | 0 old/modules/{ => DONE}/WarpPoints/softmod.json | 0 old/modules/{ => DONE}/WarpPoints/src/commands.lua | 0 old/modules/{ => DONE}/WarpPoints/src/warp_entities.lua | 0 old/modules/{ => DONE}/WarpPoints/src/warp_tiles.lua | 0 10 files changed, 0 insertions(+), 0 deletions(-) rename old/modules/{ => DONE}/WarpPoints/control.lua (100%) rename old/modules/{ => DONE}/WarpPoints/locale/de.cfg (100%) rename old/modules/{ => DONE}/WarpPoints/locale/en.cfg (100%) rename old/modules/{ => DONE}/WarpPoints/locale/fr.cfg (100%) rename old/modules/{ => DONE}/WarpPoints/locale/nl.cfg (100%) rename old/modules/{ => DONE}/WarpPoints/locale/sv-SE.cfg (100%) rename old/modules/{ => DONE}/WarpPoints/softmod.json (100%) rename old/modules/{ => DONE}/WarpPoints/src/commands.lua (100%) rename old/modules/{ => DONE}/WarpPoints/src/warp_entities.lua (100%) rename old/modules/{ => DONE}/WarpPoints/src/warp_tiles.lua (100%) diff --git a/old/modules/WarpPoints/control.lua b/old/modules/DONE/WarpPoints/control.lua similarity index 100% rename from old/modules/WarpPoints/control.lua rename to old/modules/DONE/WarpPoints/control.lua diff --git a/old/modules/WarpPoints/locale/de.cfg b/old/modules/DONE/WarpPoints/locale/de.cfg similarity index 100% rename from old/modules/WarpPoints/locale/de.cfg rename to old/modules/DONE/WarpPoints/locale/de.cfg diff --git a/old/modules/WarpPoints/locale/en.cfg b/old/modules/DONE/WarpPoints/locale/en.cfg similarity index 100% rename from old/modules/WarpPoints/locale/en.cfg rename to old/modules/DONE/WarpPoints/locale/en.cfg diff --git a/old/modules/WarpPoints/locale/fr.cfg b/old/modules/DONE/WarpPoints/locale/fr.cfg similarity index 100% rename from old/modules/WarpPoints/locale/fr.cfg rename to old/modules/DONE/WarpPoints/locale/fr.cfg diff --git a/old/modules/WarpPoints/locale/nl.cfg b/old/modules/DONE/WarpPoints/locale/nl.cfg similarity index 100% rename from old/modules/WarpPoints/locale/nl.cfg rename to old/modules/DONE/WarpPoints/locale/nl.cfg diff --git a/old/modules/WarpPoints/locale/sv-SE.cfg b/old/modules/DONE/WarpPoints/locale/sv-SE.cfg similarity index 100% rename from old/modules/WarpPoints/locale/sv-SE.cfg rename to old/modules/DONE/WarpPoints/locale/sv-SE.cfg diff --git a/old/modules/WarpPoints/softmod.json b/old/modules/DONE/WarpPoints/softmod.json similarity index 100% rename from old/modules/WarpPoints/softmod.json rename to old/modules/DONE/WarpPoints/softmod.json diff --git a/old/modules/WarpPoints/src/commands.lua b/old/modules/DONE/WarpPoints/src/commands.lua similarity index 100% rename from old/modules/WarpPoints/src/commands.lua rename to old/modules/DONE/WarpPoints/src/commands.lua diff --git a/old/modules/WarpPoints/src/warp_entities.lua b/old/modules/DONE/WarpPoints/src/warp_entities.lua similarity index 100% rename from old/modules/WarpPoints/src/warp_entities.lua rename to old/modules/DONE/WarpPoints/src/warp_entities.lua diff --git a/old/modules/WarpPoints/src/warp_tiles.lua b/old/modules/DONE/WarpPoints/src/warp_tiles.lua similarity index 100% rename from old/modules/WarpPoints/src/warp_tiles.lua rename to old/modules/DONE/WarpPoints/src/warp_tiles.lua