diff options
author | Howaner <franzi.moos@googlemail.com> | 2014-07-30 22:19:51 +0200 |
---|---|---|
committer | Howaner <franzi.moos@googlemail.com> | 2014-07-30 22:19:51 +0200 |
commit | 81e095adda62e4067ab4c07b0e4c7ce0f3dbce39 (patch) | |
tree | 09687befe7c3a3e9b6eb6abf97455743c254d0c0 /src/BlockEntities/BeaconEntity.cpp | |
parent | Added beacon. (diff) | |
download | cuberite-81e095adda62e4067ab4c07b0e4c7ce0f3dbce39.tar cuberite-81e095adda62e4067ab4c07b0e4c7ce0f3dbce39.tar.gz cuberite-81e095adda62e4067ab4c07b0e4c7ce0f3dbce39.tar.bz2 cuberite-81e095adda62e4067ab4c07b0e4c7ce0f3dbce39.tar.lz cuberite-81e095adda62e4067ab4c07b0e4c7ce0f3dbce39.tar.xz cuberite-81e095adda62e4067ab4c07b0e4c7ce0f3dbce39.tar.zst cuberite-81e095adda62e4067ab4c07b0e4c7ce0f3dbce39.zip |
Diffstat (limited to '')
-rw-r--r-- | src/BlockEntities/BeaconEntity.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/BlockEntities/BeaconEntity.cpp b/src/BlockEntities/BeaconEntity.cpp index af6c124c0..38b710181 100644 --- a/src/BlockEntities/BeaconEntity.cpp +++ b/src/BlockEntities/BeaconEntity.cpp @@ -121,10 +121,8 @@ bool cBeaconEntity::IsValidPotion(cEntityEffect::eType a_Potion, char a_BeaconLe bool cBeaconEntity::SelectPrimaryPotion(cEntityEffect::eType a_Potion) { - LOG("SelectPrimaryPotion!"); if (!IsValidPotion(a_Potion, m_BeaconLevel)) { - LOG("FALLSE!"); return false; } |