mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Migrate old savegames
This commit is contained in:
@@ -66,11 +66,6 @@ export class GoogleAnalyticsImpl extends AnalyticsInterface {
|
||||
}
|
||||
|
||||
trackUiClick(elementName) {
|
||||
// Only track a fraction of clicks to not annoy google analytics
|
||||
if (Math_random() < 0.9) {
|
||||
return;
|
||||
}
|
||||
|
||||
const stateKey = this.app.stateMgr.getCurrentState().key;
|
||||
const fullSelector = stateKey + ">" + elementName;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user