mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 17:05:39 +02:00
Update Perun.lua
Fixed bug with JSON file not being generated.
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
TempData["1"]=Perun.VersionData
|
||||
TempData["2"]=Perun.StatusData
|
||||
TempData["3"]=Perun.SlotsData
|
||||
TempData["4"]=Perun.MissionData
|
||||
-- TempData["4"]=Perun.MissionData
|
||||
TempData["debug"]=net.get_player_list()
|
||||
|
||||
io.open(Perun.JsonLocation,"w"):close()
|
||||
@@ -377,4 +377,4 @@
|
||||
|
||||
-- Finalize and set callbacks
|
||||
DCS.setUserCallbacks(Perun)
|
||||
net.log("Loaded - Perun - VladMordock - " .. Perun.Version )
|
||||
net.log("Loaded - Perun - VladMordock - " .. Perun.Version )
|
||||
|
||||
Reference in New Issue
Block a user