# HG changeset patch
# User Wuzzy
# Date 1537020103 -3600
# Node ID 6bdb276e48b652437e1163b7bdff928b88d3e6b0
# Parent bd6376af4de234225047de3921d385784c43eeb4
LuaAPI: Fix header of SetReadyTimeLeft
diff -r bd6376af4de2 -r 6bdb276e48b6 LuaAPI.wiki
--- a/LuaAPI.wiki Sat Sep 15 15:00:55 2018 +0100
+++ b/LuaAPI.wiki Sat Sep 15 15:01:43 2018 +0100
@@ -1033,7 +1033,7 @@
==== !SetTurnTimeLeft(newTurnTimeLeft) (0.9.25) ====
Set the remaining turn time in milliseconds. The current remaining turn time can be read from the variable `TurnTimeLeft`.
-=== !SetReadyTimeLeft(newReadyTimeLeft) (0.9.25)
+==== !SetReadyTimeLeft(newReadyTimeLeft) (0.9.25) ====
Set the remaining ready time in milliseconds. The current remaining turn time can be read from the variable `ReadyTimeLeft`.
==== !EndGame() ====