Remove unneeded JSDoc info

This commit is contained in:
Vortrex
2022-09-22 05:24:17 -05:00
parent 38cccf88a6
commit a2999a6c3f

View File

@@ -1385,9 +1385,6 @@ let placesOfOrigin = [
// ===========================================================================
/**
* @return {GameConfig} The game data
*/
function getGameConfig() {
return gameData;
}