More Exporter Patching
This commit is contained in:
parent
532ae2ea8e
commit
aded108fef
@ -37,5 +37,5 @@ function onLoad()
|
||||
end
|
||||
|
||||
function buttonClick_download(_, playerColor)
|
||||
Global.call('placeholder_download', { url = self.getGMNotes(), player = Player[playerColor], replace = self.guid })
|
||||
Global.call('placeholder_download', { url = self.getGMNotes(), player = playerColor and Player[playerColor] or nil, replace = self.guid })
|
||||
end
|
||||
|
Loading…
Reference in New Issue
Block a user