mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[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:
co-authored by
John Willard
parent
40cc01dcf8
commit
7954d664a8
@@ -730,7 +730,7 @@
|
||||
while(query_unban_search_bans.NextRow())
|
||||
var/ban_id = query_unban_search_bans.item[1]
|
||||
var/ban_datetime = query_unban_search_bans.item[2]
|
||||
var/ban_round_id = query_unban_search_bans.item[3]
|
||||
var/ban_round_id = query_unban_search_bans.item[3]
|
||||
var/role = query_unban_search_bans.item[4]
|
||||
var/expiration_time = query_unban_search_bans.item[5]
|
||||
//we don't cast duration as num because if the duration is large enough to be converted to scientific notation by byond then the + character gets lost when passed through href causing SQL to interpret '4.321e 007' as '4'
|
||||
|
||||
Reference in New Issue
Block a user