LA CLAN PANNETON POUR DÉMÉNAGER FAUT SIGNALER LE (/&)&)&!

This commit is contained in:
MarcEricMartel
2023-11-27 14:53:23 -05:00
parent 8ea5af6ef9
commit 2a7fe7e806
2 changed files with 3 additions and 4 deletions

View File

@@ -85,7 +85,7 @@ int Server::Ready() {
Log("Entrez le seed de la partie: ", false, false);
std::cin.getline(m_buf.ptr, BUFFER_LENGTH);
try {
m_game.seed = std::stoi(m_buf.ptr);
m_game.seed = 9370707;//std::stoi(m_buf.ptr);
} catch(const std::exception& e) {
Log(e.what(), true, false);
m_game.seed = 0;