mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-23 21:18:37 +01:00
[MIRROR] Everything that uses maptext now uses the class that makes it actually readable (#2116)
* Everything that uses maptext now uses the class that makes it actually readable * Update chatmessage.dm Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com> Co-authored-by: Gandalf <jzo123@hotmail.com>
This commit is contained in:
co-authored by
Jared-Fogle
Gandalf
parent
fefebcf087
commit
9dfb7a1189
@@ -51,7 +51,7 @@
|
||||
displayed_text = new_val
|
||||
|
||||
if(displayed_text)
|
||||
maptext = "<span class='maptext'><font size = [text_size]>[displayed_text]</font></span>"
|
||||
maptext = MAPTEXT("<font size = [text_size]>[displayed_text]</font>")
|
||||
else
|
||||
maptext = null
|
||||
|
||||
|
||||
Reference in New Issue
Block a user