fixed missing parameter
This commit is contained in:
parent
34825a42ee
commit
7c2bfc36e4
@ -36,6 +36,6 @@ function onLoad()
|
||||
self.createButton(buttonParameters)
|
||||
end
|
||||
|
||||
function buttonClick_download()
|
||||
Global.call('placeholder_download', { url = self.getGMNotes(), replace = self.guid })
|
||||
function buttonClick_download(_, playerColor)
|
||||
Global.call('placeholder_download', { url = self.getGMNotes(), player = Player[playerColor], replace = self.guid })
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user