Skip to content
Snippets Groups Projects
Commit 2d18fc83 authored by Alexis Durgnat's avatar Alexis Durgnat :milky_way:
Browse files

fix brain

parent 3716e124
Branches
No related tags found
1 merge request!21*poof* final version
......@@ -127,7 +127,7 @@ public class MessageManager extends MessageQueue {
* Send a LeftJourney event
* @param event LeftJourney event
*/
public void sendLeftJourney(LeftJourney event) {
public void sendLeftJourney(LeftJourney event) {
this.sendEvent(Message.Type.LeftJourney, event);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment