Grasscutter/src/main/java/emu/grasscutter
line-bear 87966b9e98 Remove the extra slash while loading resources. (#893)
* Remove the extra slash

* Update src/main/java/emu/grasscutter/Configuration.java

Co-authored-by: HotaruYS <105128850+HotaruYS@users.noreply.github.com>

* Update src/main/java/emu/grasscutter/Configuration.java

Co-authored-by: HotaruYS <105128850+HotaruYS@users.noreply.github.com>

* Update src/main/java/emu/grasscutter/Configuration.java

Co-authored-by: HotaruYS <105128850+HotaruYS@users.noreply.github.com>

* Import java.nio.file.Paths to use Paths.get

* Mark fields as private to prevent use *FOLDER directly

* Remove unnecessary slash

Co-authored-by: HotaruYS <105128850+HotaruYS@users.noreply.github.com>
2022-05-15 23:32:03 -07:00
..
auth External authentication 2022-05-14 12:39:21 -04:00
command Fix logic error in remove command 2022-05-15 01:17:26 -07:00
data Implement quest rewards 2022-05-15 03:48:47 -07:00
database Merge branch 'development' into dev-quests 2022-05-11 12:39:28 -07:00
game Remove the extra slash while loading resources. (#893) 2022-05-15 23:32:03 -07:00
net/packet Stop WindSeedClientNotify and PlayerLuaShellNotify from being sent (#582) 2022-05-06 15:48:16 +02:00
netty Renamed all references to a certain game 2022-04-26 21:27:35 -07:00
plugin Remove the extra slash while loading resources. (#893) 2022-05-15 23:32:03 -07:00
scripts Remove the extra slash while loading resources. (#893) 2022-05-15 23:32:03 -07:00
server Remove the extra slash while loading resources. (#893) 2022-05-15 23:32:03 -07:00
task feature(task): Implement pause, resume and cancel 2022-05-08 06:28:13 -07:00
tools Switch to using quest excels 2022-05-13 03:12:25 -07:00
utils Remove the extra slash while loading resources. (#893) 2022-05-15 23:32:03 -07:00
Configuration.java Remove the extra slash while loading resources. (#893) 2022-05-15 23:32:03 -07:00
GameConstants.java Move server profile away from GameConstants 2022-05-06 19:16:36 -07:00
Grasscutter.java External authentication 2022-05-14 12:39:21 -04:00