Update to 0.1.5
This commit is contained in:
@@ -10,6 +10,7 @@ udpAddress = 52555
|
||||
isInitialized = false
|
||||
sendIndex = 0
|
||||
serverIndex = 0
|
||||
LabsScanned = false
|
||||
|
||||
options = {
|
||||
enableMod = false,
|
||||
@@ -141,10 +142,10 @@ function SendAll(event)
|
||||
if game.is_multiplayer() then
|
||||
serverIndex = 0
|
||||
log("Loaded game as mulitplayer")
|
||||
end
|
||||
else
|
||||
else
|
||||
log("Loaded game as singleplayer")
|
||||
serverIndex = 1
|
||||
end
|
||||
end
|
||||
isInitialized = true
|
||||
|
||||
@@ -156,7 +157,7 @@ function SendAll(event)
|
||||
|
||||
if LabsScanned == false then
|
||||
GenerateLabInfo()
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
if options.enableMod==true then
|
||||
|
||||
Reference in New Issue
Block a user