Quellcode durchsuchen

Update misc.lua to initialize the modpol.util table

Nathan Schneider vor 2 Jahren
Ursprung
Commit
956f9a2635
1 geänderte Dateien mit 2 neuen und 0 gelöschten Zeilen
  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)