Should work
This commit is contained in:
parent
abfbea97c2
commit
af0099ba82
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ def printstring(s):
|
|||
for c in s:
|
||||
if last_c == '§':
|
||||
change_color(c)
|
||||
else:
|
||||
elif c != '§':
|
||||
printchar(c)
|
||||
last_c = c
|
||||
|
||||
|
|
Loading…
Reference in a new issue