Skip to content

Commit

Permalink
Update NewMainScript.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
7GrandDad committed Feb 28, 2022
1 parent 156d258 commit c3d7977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NewMainScript.lua
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ local uninjectfunc = lplr.OnTeleport:connect(function(state)
shared.noinject = true
end)

if suc then
if suc and type(web) ~= "boolean" then
if game.GameId == 2619619496 then
local Flamework = require(game:GetService("ReplicatedStorage")["rbxts_include"]["node_modules"]["@flamework"].core.out).Flamework
repeat task.wait() until Flamework.isInitialized
Expand Down Expand Up @@ -614,5 +614,5 @@ if suc then
end)
end)
else
print("bad executor detected, no websockets")
print("websocket error:", web)
end

0 comments on commit c3d7977

Please # to comment.