Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
your-a-nerd committed Mar 11, 2020
1 parent 4042652 commit a1a561f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions extensions/glitch_stay_alive/dbm_glitch_EXT.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ module.exports = {
// are also the names of the fields stored in the command's/event's JSON data.
//---------------------------------------------------------------------

fields: ["port", "toggled"],
fields: ["port"],

//---------------------------------------------------------------------
// Default Fields
Expand All @@ -59,8 +59,7 @@ module.exports = {
//---------------------------------------------------------------------

defaultFields: {
"port": 8080,
"toggled": "on"
"port": 8080
},

//---------------------------------------------------------------------
Expand Down Expand Up @@ -201,4 +200,4 @@ module.exports = {
}
}

}; // End of module
}; // End of module

0 comments on commit a1a561f

Please sign in to comment.