Skip to content

Commit

Permalink
Removed Deck api from stacktrace plus since it need to be updated and…
Browse files Browse the repository at this point in the history
… crash the game
  • Loading branch information
UwUDev committed Sep 12, 2024
1 parent 46d6436 commit 0d9fa4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/stacktrace.lua
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ STP.add_known_table(challenge, "challenge.lua")
local consumable = require('consumable')
STP.add_known_table(consumable, "consumable.lua")

local deck = require('deck')
STP.add_known_table(deck, "deck.lua")
--local deck = require('deck')
--STP.add_known_table(deck, "deck.lua")

local joker = require('joker')
STP.add_known_table(joker, "joker.lua")
Expand Down

0 comments on commit 0d9fa4c

Please sign in to comment.