mirror of
				https://athene2.informatik.unibw-muenchen.de/progproj/gruppen-ht24/Gruppe-02.git
				synced 2025-10-31 18:19:01 +01:00 
			
		
		
		
	Merge remote-tracking branch 'origin/gui' into gui
This commit is contained in:
		| @@ -208,7 +208,9 @@ public class ServerGameLogic implements ClientInterpreter { | |||||||
|         } |         } | ||||||
|  |  | ||||||
|         if (player != null) { |         if (player != null) { | ||||||
|             player.setName(msg.getName()); |             String name = msg.getName(); | ||||||
|  |             String truc = name.length() > 15 ? name.substring(0, 15) : name; | ||||||
|  |             player.setName(truc); | ||||||
|             player.setFigure(new Figure(1, -10, -10, Rotation.LEFT, msg.getFigure())); |             player.setFigure(new Figure(1, -10, -10, Rotation.LEFT, msg.getFigure())); | ||||||
|             //TODO add figure to the map |             //TODO add figure to the map | ||||||
|             playerHandler.setPlayerReady(player, true);     |             playerHandler.setPlayerReady(player, true);     | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user