Преглед на файлове

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)