mirror of
https://github.com/2OOP/pism.git
synced 2026-02-04 10:54:51 +00:00
Renamed command to SendCommand
This commit is contained in:
@@ -129,7 +129,7 @@ public class Events implements IEvents {
|
||||
/**
|
||||
* Triggers sending a command to a server.
|
||||
*/
|
||||
public record Command(String connectionId, String... args) { }
|
||||
public record SendCommand(String connectionId, String... args) { }
|
||||
|
||||
/**
|
||||
* Triggers when a command is sent to a server.
|
||||
|
||||
Reference in New Issue
Block a user