Skip to content

Commit

Permalink
Fixed missing expect
Browse files Browse the repository at this point in the history
  • Loading branch information
MCJack123 authored Nov 26, 2020
1 parent e81acff commit a854235
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cash.lua
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ local pausedJob
local CCKernel2 = kernel and users and kernel.getPID
local OpusOS = kernel and kernel.hook
local make_require = dofile("/rom/modules/main/cc/require.lua").make
local expect = dofile("/rom/modules/main/cc/expect.lua").expect

if table.maxn == nil then table.maxn = function(t) local i = 1 while t[i] ~= nil do i = i + 1 end return i - 1 end end

Expand Down

0 comments on commit a854235

Please sign in to comment.