mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Added logging to game
This commit is contained in:
@@ -139,7 +139,7 @@ public class Events implements IEvents {
|
||||
/**
|
||||
* Triggers when the server client receives a message.
|
||||
*/
|
||||
public record ReceivedMessage(String message) {}
|
||||
public record ReceivedMessage(String ConnectionUuid, String message) {}
|
||||
|
||||
/**
|
||||
* Triggers on changing the server ip.
|
||||
|
||||
Reference in New Issue
Block a user