Flying is not enabled on this server
Solizaam opened this issue · 3 comments
Modpack Version
1.90g Server: 1.9g
Describe your issue.
We were trying to launch the rocket from advanced rocketry mod. But we were kicked for “Flying too long” and the server indicated that flying is not enabled on this server. But we’ve checked the server.properties file. It shows “allow_flight=true. So we actually don’t know how to solve this issue. We are appreciative if solutions are provided. Millions of thanks!
Crash Report
No response
Latest Log
No response
Have you modified the modpack?
No
User Modifications
No response
Did the issue happen in singleplayer or on a server?
Server
Discord Username
No response
Make sure there's no space after true
, so allow_flight=true
is required instead of allow_flight=true
.
This is because java's Boolean#parseBoolean(Ljava/lang/String;)Z
method will parse true
as being false
.