Skip to content

Commit b4377c0

Browse files
committed
fix(sdk): don't default the gamename to codingame
1 parent e0dbd7d commit b4377c0

File tree

1 file changed

+1
-1
lines changed
  • engine/core/src/main/resources/view/core

1 file changed

+1
-1
lines changed

engine/core/src/main/resources/view/core/Drawer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ export class Drawer {
103103

104104
/** Mandatory */
105105
getGameName () {
106-
return config.gameName || 'CodinGame'
106+
return config.gameName
107107
}
108108
canSwapPlayers () {
109109
return false

0 commit comments

Comments
 (0)