diff --git a/objects/EncounterSets.304ffc.json b/objects/EncounterSets.304ffc.json index 229c5fdf..9e9b8af4 100644 --- a/objects/EncounterSets.304ffc.json +++ b/objects/EncounterSets.304ffc.json @@ -1,7 +1,7 @@ { "AltLookAngle": { - "x": 0, - "y": 0, + "x": 180, + "y": 180, "z": 0 }, "Autoraise": true, diff --git a/objects/EncounterSets.304ffc.ttslua b/objects/EncounterSets.304ffc.ttslua index 5211da94..e2d3a776 100644 --- a/objects/EncounterSets.304ffc.ttslua +++ b/objects/EncounterSets.304ffc.ttslua @@ -2,6 +2,6 @@ function onLoad() self.addContextMenuItem("Download", download) end -function download(_, playerColor) +function download(playerColor) Global.call('placeholder_download', { url = self.getGMNotes(), player = Player[playerColor], replace = self.guid }) end