Skip to content

Fix SpawnChangeEvent not firing for all use-cases#1964

Closed
BillyGalbreath wants to merge 1 commit into
PaperMC:masterfrom
BillyGalbreath:1913
Closed

Fix SpawnChangeEvent not firing for all use-cases#1964
BillyGalbreath wants to merge 1 commit into
PaperMC:masterfrom
BillyGalbreath:1913

Conversation

@BillyGalbreath
Copy link
Copy Markdown
Contributor

This moves the event firing from CraftWorld to World.

Fixes #1913

}

+ public void setSpawn(BlockPosition blockposition) { v(blockposition); } // Paper - OBFHELPER
public void v(BlockPosition blockposition) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reeeeeeebase required runs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

SpawnChangeEvent seemingly not fired for commands

3 participants