diff options
Diffstat (limited to '')
-rw-r--r-- | source/Blocks/BlockBed.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Blocks/BlockBed.cpp b/source/Blocks/BlockBed.cpp index 2ed8c1636..513874252 100644 --- a/source/Blocks/BlockBed.cpp +++ b/source/Blocks/BlockBed.cpp @@ -75,7 +75,7 @@ void cBlockBedHandler::OnUse(cWorld *a_World, cPlayer *a_Player, int a_BlockX, i }
}
} else {
- a_Player->SendMessageA("You can only sleep at night");
+ a_Player->SendMessage("You can only sleep at night");
}
}
}
|