Skip to content
This repository has been archived by the owner on Nov 27, 2018. It is now read-only.

Commit

Permalink
Revert console being always on by default
Browse files Browse the repository at this point in the history
Increment revision to r2
  • Loading branch information
JamesWilko committed Apr 12, 2015
1 parent 85106b5 commit bcf8034
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion mods/base/base.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

-- Create our console
if true then
if false then
console.CreateConsole()
end

Expand Down
2 changes: 1 addition & 1 deletion mods/base/mod.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"priority" : 1001,
"updates" : [
{
"revision" : 1,
"revision" : 2,
"identifier" : "payday2blt",
},
{
Expand Down

0 comments on commit bcf8034

Please sign in to comment.