diff --git a/src/game/server/score/sql_score.cpp b/src/game/server/score/sql_score.cpp index 4657e0865..ba10370f8 100644 --- a/src/game/server/score/sql_score.cpp +++ b/src/game/server/score/sql_score.cpp @@ -590,7 +590,7 @@ bool CSqlScore::SaveTeamScoreThread(CSqlServer* pSqlServer, CSqlData *pGameData, if(File) { const char pUUID[] = "SET @id = UUID();"; - io_write(File, pUUID, sizeof(pUUID)); + io_write(File, pUUID, sizeof(pUUID) - 1); io_write_newline(File); char aTimestamp [20];