You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the java version of the game, trying to join the multiplayer session throws error referring to incorrect json path. This happens, because an incorrect path was set by the developer. After correcting it, the java version can be launched and played.
In order to fix this and make the game runnable, remove the data from the path's string in the listed location below:
In the java version of the game, trying to join the multiplayer session throws error referring to incorrect json path. This happens, because an incorrect path was set by the developer. After correcting it, the java version can be launched and played.
In order to fix this and make the game runnable, remove the
data
from the path's string in the listed location below:It should look like this:
/server/src/main/java/me/rhin/openciv/server/game/ai/AIType.java
/server/src/main/java/me/rhin/openciv/server/game/city/City.java
/server/src/main/java/me/rhin/openciv/server/game/city/City.java
The text was updated successfully, but these errors were encountered: