mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
ticker followup (#18275)
* ticker followup * . * . * fix the timer * . * move sleep out of ticker * area * strip improper
This commit is contained in:
@@ -76,8 +76,7 @@ Notes:
|
||||
content = "<p>[content]</p>"
|
||||
|
||||
// Strip macros from item names
|
||||
title = replacetext(title, "\proper", "")
|
||||
title = replacetext(title, "\improper", "")
|
||||
title = strip_improper(title)
|
||||
|
||||
//Make our dumb param object
|
||||
params = {"{ "cursor": "[params]", "screenLoc": "[thing.screen_loc]" }"}
|
||||
|
||||
Reference in New Issue
Block a user