mirror of
https://github.com/PaperMC/Velocity.git
synced 2026-02-17 14:37:43 +01:00
This is nullable
This commit is contained in:
@@ -82,7 +82,7 @@ public final class DimensionData {
|
||||
return registryIdentifier;
|
||||
}
|
||||
|
||||
public Integer getDimensionId() {
|
||||
public @Nullable Integer getDimensionId() {
|
||||
return dimensionId;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user