Added the feature that the server has a icon #108
No reviewers
Labels
No labels
complexity
high
complexity
low
complexity
medium
importance
high
importance
low
importance
medium
type
bug
type
chore
type
feature suggestion
type
missing feature
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
thetxt/oxide!108
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "JRBlockkop/oxide-xyz:server-icon-feature"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
reads the file if no file just empty string an the minecraft client handles it
please use the OXIDE_WORLD_PATH env variable to get the path of the world, like here
path: Path::new(&std::env::var("OXIDE_WORLD_PATH").unwrap_or("./world".to_string())).to_owned(),looks good to me otherwise