Skip to content

Commit

Permalink
修复图片显示异常
Browse files Browse the repository at this point in the history
  • Loading branch information
MakesYT committed Jun 11, 2023
1 parent 21bb92f commit 08f72fc
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
Binary file added Slimefun4 - RC 33.jar
Binary file not shown.
9 changes: 8 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</repositories>
<groupId>top.ncserver</groupId>
<artifactId>chatsync_bukkit</artifactId>
<version>2.4.0</version>
<version>2.4.1</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down Expand Up @@ -60,6 +60,13 @@
</resources>
</build>
<dependencies>
<dependency>
<groupId>com.github.Slimefun</groupId>
<artifactId>Slimefun4</artifactId>
<version>RC-33</version>
<scope>system</scope>
<systemPath>${project.basedir}/Slimefun4 - RC 33.jar</systemPath>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
Expand Down
1 change: 1 addition & 0 deletions src/main/java/top/ncserver/chatsync/V2/Until/ImgTools.java
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ public void run() {
JSONObject temp = json;
temp.put("index", i);
temp.put("data", split[i]);
System.out.println("发送数据包 " + temp.toJSONString());
for (Object player1 : player) {
send((Player) player1, temp.toJSONString());
}
Expand Down

0 comments on commit 08f72fc

Please sign in to comment.