LuaStats.wiki
changeset 1885 0a53771f4619
parent 1842 f33a4823d9c9
child 1922 0e978d0457b1
--- a/LuaStats.wiki	Fri May 17 00:01:14 2019 +0100
+++ b/LuaStats.wiki	Fri May 17 12:16:40 2019 +0100
@@ -76,8 +76,8 @@
 SendStat(siMaxTurnSkips, "3 teamName")
 
 -- set 15 kills for team "MyTeam" and overwrite its rank to 3
+SendStat(siTeamRank, "3")
 SendStat(siPlayerKills, "15", "MyTeam")
-SendStat(siTeamRank, "3")
 
 </code>