소스 검색

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)