mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Updated CI + Changelog
This commit is contained in:
parent
dbd4d70b79
commit
4cffd2cadd
@ -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
|
||||||
|
|
||||||
|
@ -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() {
|
||||||
|
Loading…
Reference in New Issue
Block a user