share/hedgewars/Data/Scripts/Multiplayer/WxW.lua
branchios-revival
changeset 11301 fa18940f290d
parent 10670 638af9cb922b
child 12065 7df7c58ea965
equal deleted inserted replaced
11293:d1d66d1f6c8a 11301:fa18940f290d
   156 	{"2Cshoppa",      					true, 	false, true}
   156 	{"2Cshoppa",      					true, 	false, true}
   157 	}
   157 	}
   158 
   158 
   159 function BoolToCfgTxt(p)
   159 function BoolToCfgTxt(p)
   160 	if p == false then
   160 	if p == false then
   161 		return("Disabled")
   161 		return loc("Disabled")
   162 	else
   162 	else
   163 		return("Enabled")
   163 		return loc("Enabled")
   164 	end
   164 	end
   165 end
   165 end
   166 
   166 
   167 function LoadConfig(p)
   167 function LoadConfig(p)
   168 
   168