Skip to content

Commit

Permalink
Oopsie debug text b gone
Browse files Browse the repository at this point in the history
  • Loading branch information
Ldip999 committed Dec 28, 2024
1 parent aedce69 commit 8316339
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions tgui/packages/tgui/interfaces/Minesweeper.js
Original file line number Diff line number Diff line change
Expand Up @@ -195,9 +195,6 @@ const Game = (props, context) => {
<Box>
<Button onClick={() => act("MainMenu", {})}>Back to main menu</Button>
</Box>
<Box>
Now we are gaming!
</Box>
<Box>
<Table width={tablewidth + "px"} style={{ "margin-left": "auto", "margin-right": "auto" }} >
{tablecontents}
Expand Down

0 comments on commit 8316339

Please sign in to comment.