Skip to content

Commit 548338e

Browse files
authored
Fix Compilation Error on Mobile
Signed-off-by: TechnikTil <techniktil@tilnotdrip.org>
1 parent 44186d2 commit 548338e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/online/gui/sidebar/SideUI.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class SideUI extends WSprite {
2323
ProfileTab,
2424
FriendsTab,
2525
ChatTab,
26-
#if !mobile HostServerTab #end,
26+
#if !mobile HostServerTab, #end
2727
// TODO
2828
// DownloaderTab,
2929
// ReportTab,

0 commit comments

Comments
 (0)