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