Skip to content

Commit 9b498fa

Browse files
authored
fix: fix server crash when executing console commands (#5250)
1 parent 6fd4cc9 commit 9b498fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

engine/src/main/java/org/terasology/engine/logic/console/CommandEvent.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
*/
1515
@ServerEvent
16-
final class CommandEvent implements Event {
16+
public final class CommandEvent implements Event {
1717

1818
private Name commandName;
1919
private List<String> parameters;

0 commit comments

Comments
 (0)