Remove: converter code

This commit is contained in:
Coder12a
2019-06-28 09:33:39 -05:00
parent 7bd84b4728
commit a4a43aef2d
3 changed files with 0 additions and 63 deletions

View File

@ -15,7 +15,6 @@ dofile (factions_modpath .. "/claim_events.lua")
dofile (factions_modpath .. "/factions.lua")
dofile (factions_modpath .. "/chatcommands.lua")
dofile (factions_modpath .. "/nodes.lua")
dofile (factions_modpath .. "/convert.lua")
minetest.after(1, hudUpdateClaimInfo)
minetest.after(factions_config.tick_time, factionUpdate)