mirror of
https://github.com/tobspr/shapez.io.git
synced 2026-03-02 03:39:21 +00:00
Rebalance, again
This commit is contained in:
@@ -31,7 +31,11 @@ export class ShapezGameAnalytics extends GameAnalyticsInterface {
|
||||
return "prod";
|
||||
}
|
||||
|
||||
return "beta";
|
||||
if (window.location.host.indexOf("alpha") >= 0) {
|
||||
return "alpha";
|
||||
} else {
|
||||
return "beta";
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user