removed unnecessary quotes from fullmapscreenshot parameters
This commit is contained in:
parent
f19ab67b58
commit
f184b5afb1
1 changed files with 3 additions and 3 deletions
|
|
@ -2557,9 +2557,9 @@ var $plugins = [
|
|||
parameters: {},
|
||||
},
|
||||
{
|
||||
"name": "FullMapScreenshot",
|
||||
"status": true,
|
||||
name: "FullMapScreenshot",
|
||||
status: true,
|
||||
description: "Press O to take a screenshot of the current map, which will be saved to (FullMapScreenshot)",
|
||||
"parameters": {},
|
||||
parameters: {},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in a new issue