1
0
mirror of https://github.com/tobspr/shapez.io.git synced 2025-12-11 09:11:50 +00:00

Remove mentions of ads and twitter

🚮
This commit is contained in:
Даниїл Григор'єв 2025-04-13 04:47:32 +03:00
parent 0bca522c59
commit 9876d5305b
No known key found for this signature in database
GPG Key ID: B890DF16341D8C1D
2 changed files with 0 additions and 10 deletions

View File

@ -56,9 +56,6 @@ export default {
// Enables an inspector which shows information about the entity below the cursor // Enables an inspector which shows information about the entity below the cursor
// enableEntityInspector: true, // enableEntityInspector: true,
// ----------------------------------------------------------------------------------- // -----------------------------------------------------------------------------------
// Enables ads in the local build (normally they are deactivated there)
// testAds: true,
// -----------------------------------------------------------------------------------
// Enables use of (some) existing flags within the puzzle mode context // Enables use of (some) existing flags within the puzzle mode context
// testPuzzleMode: true, // testPuzzleMode: true,
// ----------------------------------------------------------------------------------- // -----------------------------------------------------------------------------------

View File

@ -43,13 +43,6 @@ export class PlatformWrapperImplElectron {
return 1; return 1;
} }
/**
* Should return if this platform supports ads at all
*/
getSupportsAds() {
return false;
}
/** /**
* Attempt to restart the app * Attempt to restart the app
*/ */