Explorar o código

Update misc.lua to initialize the modpol.util table

Nathan Schneider %!s(int64=2) %!d(string=hai) anos
pai
achega
956f9a2635
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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)