Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
arxkdev committed Nov 9, 2023
1 parent a6671c9 commit d79148b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testing/serverExamples/GlobalMarket.server.lua
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ local ReplicatedStorage = game:GetService("ReplicatedStorage")

local Lib = ReplicatedStorage:WaitForChild("lib");
local Repli = require(Lib:WaitForChild("Repli"));

-- Test
local DefaultMarket = {
["Wood"] = 100,
["Stone"] = 100,
Expand Down

0 comments on commit d79148b

Please sign in to comment.