Skip to content

Commit 56c8e5f

Browse files
authored
Add files via upload
Removed a defunct command from the menu.
1 parent e404bd7 commit 56c8e5f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Game_fns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ def menu_with_assigns(self):
12661266
print(s4)
12671267

12681268
s6 = "-LANGUAGE ({0})".format(self.lang_fn)
1269-
print(s6, " (-CHARTS to view all)")
1269+
print(s6)#, " (-CHARTS to view all)")
12701270

12711271
s5 = "\nBASE CONVENTION\n"+self.base+"\n"
12721272
print(s5)

0 commit comments

Comments
 (0)