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
{{ message }}
This repository has been archived by the owner on Nov 26, 2019. It is now read-only.
So it will be easier to handle the favourites. It should use the same favourites list as the samp.exe browser. Looks like you already did most of the work for this, but for some reason you forgot to finish it.
Sooo, i don't really want constantly write to / read from the USERDATA.dat file. I have thought about an optional import / export option somewhere. The question is how advanced it should be. i thought about somekind of double list component where you can select servers and drag and drop them into the other list... i dunno, would that be an idea?
That's nice. There should also be "import all" and "export all" buttons. Also, in application's favourite tab you should also be able to drag and drop servers to reorder them.
So it will be easier to handle the favourites. It should use the same favourites list as the samp.exe browser. Looks like you already did most of the work for this, but for some reason you forgot to finish it.
Also:
ServerBrowser/client/src/main/java/com/msc/serverbrowser/data/FavouritesController.java
Lines 43 to 76 in ad937d4
It looks like you should just
return
without actually callingaddServerToFavourites(server);
if that exception is caught. If I'm not missing anything.The text was updated successfully, but these errors were encountered: