fix windows path loading bug

fix empty game bug
This commit is contained in:
John Grosh
2020-04-09 16:13:48 -04:00
parent 61d4c51276
commit f1e301b48e
6 changed files with 70 additions and 18 deletions

View File

@@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.jagrosh</groupId>
<artifactId>JMusicBot</artifactId>
<version>0.2.7</version>
<version>Snapshot</version>
<packaging>jar</packaging>
<repositories>
@@ -28,7 +28,7 @@
<dependency>
<groupId>com.sedmelluq</groupId>
<artifactId>lavaplayer</artifactId>
<version>1.3.38</version>
<version>1.3.46</version>
</dependency>
<dependency>
<groupId>com.sedmelluq</groupId>