fix(skin): CustomSkin API should have suffix slash.

This commit is contained in:
huanghongxun
2021-10-10 01:09:41 +08:00
parent ba6eb17a38
commit 32d557ee07
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ public class MultiplayerClientServerTest {
@Ignore
public void startServer() throws Exception {
Logging.initForTest();
MultiplayerServer server = new MultiplayerServer(1000);
MultiplayerServer server = new MultiplayerServer(1000, true);
server.startServer(44444);
MultiplayerClient client = new MultiplayerClient("username", 44444);