Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Update Nexus.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
ic3w0lf22 authored Jul 18, 2023
1 parent 2c1b45c commit 41cb33e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RBX Alt Manager/Nexus/Nexus.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ end

local Nexus = {}
local WSConnect = syn and syn.websocket.connect or
(Krnl and (function() repeat task.wait() until Krnl.WebSocket and Krnl.WebSocket.connect return Krnl.WebSocket.connect)()) or
(Krnl and (function() repeat task.wait() until Krnl.WebSocket and Krnl.WebSocket.connect return Krnl.WebSocket.connect end)()) or
WebSocket and WebSocket.connect

if not WSConnect then
Expand Down Expand Up @@ -416,4 +416,4 @@ GEnv.performance = Nexus.Commands.performance -- fix the sirmeme error so that p

if not Nexus_Version then
Nexus:Connect()
end
end

2 comments on commit 41cb33e

@dontgiveany
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ye

@dragneelDking
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

y

Please # to comment.