mirror of
https://github.com/guezoloic/racing-game.git
synced 2026-03-28 18:03:50 +00:00
fix(Game): enlever System.exit de notifyEnd
This commit is contained in:
@@ -296,7 +296,6 @@ public class Game {
|
||||
for (Observer o : observers) {
|
||||
o.end();
|
||||
}
|
||||
System.exit(0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user