浏览代码

Update misc.lua to initialize the modpol.util table

Nathan Schneider 2 年之前
父节点
当前提交
956f9a2635
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      modpol_core/util/misc.lua

+ 2 - 0
modpol_core/util/misc.lua

@@ -1,3 +1,5 @@
+modpol.util = {}
+
 --- @function modpol.copy_table
 -- Returns a copy of the table inputted
 function modpol.util.copy_table(t)