add newline at the end of game.cpp

This commit is contained in:
AllyTally
2020-08-01 17:04:37 -03:00
committed by Ethan Lee
parent 0cc765ce7d
commit d813956879

View File

@@ -7366,4 +7366,4 @@ void Game::unlockAchievement(const char *name) {
#if !defined(MAKEANDPLAY) #if !defined(MAKEANDPLAY)
if (!map.custommode) NETWORK_unlockAchievement(name); if (!map.custommode) NETWORK_unlockAchievement(name);
#endif #endif
} }