mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fixed variable names.
This commit is contained in:
parent
420211afa0
commit
10467ac3ba
1 changed files with 1 additions and 1 deletions
|
|
@ -150,7 +150,7 @@ class ANSIParser(object):
|
|||
|
||||
# ansi fallback logic expects r,g,b values in [0..5] range
|
||||
gray = (ord(letter)-97)/5.0
|
||||
r, g, b = gray, gray, gray
|
||||
red, green, blue = gray, gray, gray
|
||||
|
||||
if use_xterm256:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue