Advertisement
TrodelHD

Untitled

Apr 3rd, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. package Spiel;
  2.  
  3. public class RestartProgramm {
  4.  
  5. public RestartProgramm(){
  6. Connection.killConnection();
  7. Main.main(new String[1]);
  8. }
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement