LuaAPI: Fix header of SetReadyTimeLeft
authorWuzzy
Sat, 15 Sep 2018 15:01:43 +0100
changeset 1569 6bdb276e48b6
parent 1568 bd6376af4de2
child 1570 c58f82d24761
LuaAPI: Fix header of SetReadyTimeLeft
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 @@
 ==== <tt>!SetTurnTimeLeft(newTurnTimeLeft)</tt> (0.9.25) ====
 Set the remaining turn time in milliseconds. The current remaining turn time can be read from the variable `TurnTimeLeft`.
 
-=== <tt>!SetReadyTimeLeft(newReadyTimeLeft)</tt> (0.9.25)
+==== <tt>!SetReadyTimeLeft(newReadyTimeLeft)</tt> (0.9.25) ====
 Set the remaining ready time in milliseconds. The current remaining turn time can be read from the variable `ReadyTimeLeft`.
 
 ==== <tt>!EndGame()</tt> ====