mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 17:05:39 +02:00
Fixed #38 - Scuds shall be counted now
This commit is contained in:
@@ -22,7 +22,7 @@ Perun.MOTD_L2 = "Wymagamy obecnosci DCS SRS oraz TeamSpeak - szczegoly na forum"
|
|||||||
-- ###################### END OF SETTINGS - DO NOT MODIFY OUTSIDE THIS SECTION ######################
|
-- ###################### END OF SETTINGS - DO NOT MODIFY OUTSIDE THIS SECTION ######################
|
||||||
|
|
||||||
-- Variable init
|
-- Variable init
|
||||||
Perun.Version = "v0.10.0"
|
Perun.Version = "v0.10.1"
|
||||||
Perun.StatusData = {}
|
Perun.StatusData = {}
|
||||||
Perun.SlotsData = {}
|
Perun.SlotsData = {}
|
||||||
Perun.MissionData = {}
|
Perun.MissionData = {}
|
||||||
@@ -842,7 +842,7 @@ Perun.onGameEvent = function (eventName,arg1,arg2,arg3,arg4,arg5,arg6,arg7)
|
|||||||
_temp_event_type="kill_Infantry"
|
_temp_event_type="kill_Infantry"
|
||||||
elseif _temp_category == "Fortification" then
|
elseif _temp_category == "Fortification" then
|
||||||
_temp_event_type="kill_Fortification"
|
_temp_event_type="kill_Fortification"
|
||||||
elseif _temp_category == "Artillery" then
|
elseif _temp_category == "Artillery" or _temp_category == "MissilesSS" then
|
||||||
_temp_event_type="kill_Artillery"
|
_temp_event_type="kill_Artillery"
|
||||||
else
|
else
|
||||||
_temp_event_type="kill_Other"
|
_temp_event_type="kill_Other"
|
||||||
|
|||||||
Reference in New Issue
Block a user