Changeset 105
- Timestamp:
- 2013-10-06 03:47:53 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified branches/2.0_changes/L_ElkAlarmPanel1.lua ΒΆ
r104 r105 1499 1499 kp = kp + 1 1500 1500 local partition = tonumber(p, 10) or 0 1501 if (partition > 0 ) then1501 if (partition > 0 and (g_keypads[kp] ~= nil)) then 1502 1502 g_keypads[kp].partition = partition 1503 1503 end
Note: See TracChangeset
for help on using the changeset viewer.