[MIRROR] removes double spaces before symbols [MDB IGNORE] (#9117)

* removes double spaces before symbols (#62397)

This can apparently cause some bugs on occasions, so I thought I might as well try to kill them all.

* removes double spaces before symbols

Co-authored-by: John Willard <53777086+JohnFulpWillard@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-10-29 04:14:00 +01:00
committed by GitHub
co-authored by John Willard
parent 40cc01dcf8
commit 7954d664a8
74 changed files with 125 additions and 125 deletions
+1 -1
View File
@@ -1543,7 +1543,7 @@
already_wanted = 1
if(already_wanted)
src.admincaster_wanted_message.criminal = GLOB.news_network.wanted_issue.criminal
src.admincaster_wanted_message.criminal = GLOB.news_network.wanted_issue.criminal
src.admincaster_wanted_message.body = GLOB.news_network.wanted_issue.body
src.admincaster_screen = 14
src.access_news_network()