Skip to content

Commit 252a84c

Browse files
chore(gates): rename CurTime gate to Server Time for clarity and update description
1 parent 71ec251 commit 252a84c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lua/wire/gates/time.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -318,9 +318,9 @@ GateActions["monostable"] = {
318318
}
319319

320320

321-
GateActions["curtime"] = {
322-
name = "CurTime",
323-
description = "Outputs CurTime() when Clk is non-zero, otherwise holds last value.",
321+
GateActions["servertime"] = {
322+
name = "Server time",
323+
description = "Returns the uptime of the server in seconds when CLK is non-zero, otherwise it outputs the last saved value",
324324
inputs = { "Clk" },
325325
timed = true,
326326

0 commit comments

Comments
 (0)