From 2b4731b1fd901b7b9c51d42a5e4bf098195d8c6f Mon Sep 17 00:00:00 2001 From: krageon Date: Mon, 18 Mar 2019 22:05:43 +0100 Subject: [PATCH] added a TODO to unfuck the formatting --- playerMap.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/playerMap.lua b/playerMap.lua index e7918fb..2e2c82e 100644 --- a/playerMap.lua +++ b/playerMap.lua @@ -8,6 +8,8 @@ -- on-change handling of information deltas. That will work into -- a few other ideas that I have with eater. +-- TODO: Configure my editor to output lua formatting that's not shit + jsonInterface = require("jsonInterface") customEventHooks = require("customEventHooks")