Skip to content

Commit

Permalink
forgot to update assetid in ui/main.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Upbolt authored Oct 27, 2022
1 parent 04d114f commit 82683b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/main.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local CoreGui = game:GetService("CoreGui")
local UserInput = game:GetService("UserInputService")
local HttpService = game:GetService("HttpService")

local Interface = import("rbxassetid://5042109928")
local Interface = import("rbxassetid://11389137937")

if oh.Cache["ui/main"] then
return Interface
Expand Down

0 comments on commit 82683b8

Please sign in to comment.