Updated CI + Changelog

This commit is contained in:
ccgauche 2021-03-01 19:28:27 +01:00
parent dbd4d70b79
commit 4cffd2cadd
2 changed files with 3 additions and 2 deletions

View File

@ -38,7 +38,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Coral reefs, kelp forests, and seagrass - Coral reefs, kelp forests, and seagrass
- Talk animation - Talk animation
- New bosses in 5 lower dungeons - New bosses in 5 lower dungeons
= New enemies in 5 lower dungeons - New enemies in 5 lower dungeons
- Added on join event in plugins
### Changed ### Changed

View File

@ -81,7 +81,7 @@ impl LoginProvider {
match plugin_manager.execute_event(&world, "on_join", &PlayerJoinEvent { match plugin_manager.execute_event(&world, "on_join", &PlayerJoinEvent {
player_name: username.clone(), player_name: username.clone(),
player_id: uuid.as_bytes().clone(), player_id: *uuid.as_bytes(),
}) { }) {
Ok(e) => { Ok(e) => {
for i in e.into_iter() { for i in e.into_iter() {