diff options
Diffstat (limited to 'src/Blocks/BlockBed.cpp')
-rw-r--r-- | src/Blocks/BlockBed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Blocks/BlockBed.cpp b/src/Blocks/BlockBed.cpp index 728c9d2b7..a18d95196 100644 --- a/src/Blocks/BlockBed.cpp +++ b/src/Blocks/BlockBed.cpp @@ -64,7 +64,7 @@ bool cBlockBedHandler::OnUse( const Vector3i a_CursorPos ) const { - // Source: https://minecraft.gamepedia.com/Bed#Sleeping + // Source: https://minecraft.wiki/w/Bed#Sleeping // Sleeping in bed only allowed in Overworld, beds explode elsewhere: if (a_WorldInterface.GetDimension() != dimOverworld) |