remove semicolons from python wtf

This commit is contained in:
Bowie
2021-10-14 22:36:07 +01:00
parent 080ca299c0
commit 042065be54

View File

@ -16,8 +16,8 @@
init -1 python: init -1 python:
# Modding Support variables # Modding Support variables
# All mod rpy files must run a small init python script # All mod rpy files must run a small init python script
mod_dir = "mods/"; mod_dir = "mods/"
mod_menu_access = []; mod_menu_access = []
init python: init python:
import random import random