We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 307acda commit b620611Copy full SHA for b620611
1 file changed
src/main/kotlin/com/mairwunnx/projectessentials/core/vanilla/commands/SpawnPointCommand.kt
@@ -110,8 +110,9 @@ internal object SpawnPointCommand {
110
111
for (serverplayerentity in targets) {
112
@Suppress("DEPRECATION")
113
- serverplayerentity.setSpawnPoint(pos, true)
+ serverplayerentity.func_226560_a_(pos, true, false)
114
}
115
+
116
if (targets.size == 1) {
117
source.sendFeedback(
118
TranslationTextComponent(
0 commit comments