Fixing broken code

This commit is contained in:
Maruno17
2020-09-06 19:10:25 +01:00
parent 6252407160
commit f035200484
7 changed files with 13 additions and 13 deletions

View File

@@ -52,7 +52,7 @@ end
Events.onMapChange += proc { |_sender,_args|
Events.onMapChange += proc { |_sender,*args|
pbSafariState.pbEnd if !pbInSafari?
}