[MIRROR] Signals fire world.time (#7326)

* Signals fire world.time (#60603)

* Signals fire world.time

Co-authored-by: Gurkenglas <gurkenglas@hotmail.de>
This commit is contained in:
SkyratBot
2021-08-03 20:03:46 +01:00
committed by GitHub
co-authored by Gurkenglas
parent f5d599fafa
commit 855d5da2bf
+2 -2
View File
@@ -48,8 +48,8 @@
// Components
/// The value that is sent whenever a component is simply sending a signal. This can be anything.
#define COMPONENT_SIGNAL 1
/// The value that is sent whenever a component is simply sending a signal. This can be anything, and is currently the seconds since roundstart.
#define COMPONENT_SIGNAL (world.time / (1 SECONDS))
// Comparison defines
#define COMP_COMPARISON_EQUAL "="