Match Geyser's folder name
This commit is contained in:
parent
3680b79bad
commit
e81fb3be86
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ if geyser:
|
||||||
"""[[ Info ]] Updating geyser even if there isn't an update availiable
|
"""[[ Info ]] Updating geyser even if there isn't an update availiable
|
||||||
[[ Info ]] Because my author is too lazy to implement proper update checking just for geyser and floodgate"""
|
[[ Info ]] Because my author is too lazy to implement proper update checking just for geyser and floodgate"""
|
||||||
)
|
)
|
||||||
with open("plugins/geyser.jar", "wb") as f:
|
with open("plugins/Geyser-Spigot.jar", "wb") as f:
|
||||||
f.write(
|
f.write(
|
||||||
request(
|
request(
|
||||||
"GET",
|
"GET",
|
||||||
|
|
Loading…
Reference in a new issue