Skip to content
Features
Business
Explore
Marketplace
Pricing
In this repository
All GitHub
↵
Jump to
↵
No suggested jump to results
Sign in
or
Sign up
Watch
182
Star
2,418
Fork
452
cuberite
/
cuberite
Code
Issues
519
Pull requests
20
Projects
0
Wiki
Insights
Permalink
Browse files
Fixed a missed value.
Loading branch information
...
madmaxoft
committed
Oct 5, 2014
1 parent
112fac5
commit
c94e82980e0c21f9a7ed18c5f3279e63849e8433
Unified
Split
Showing
1 changed file
with
1 addition
and
1 deletion
.
+1
−1
src/Mobs/Monster.cpp
Show comments
View
2
src/Mobs/Monster.cpp
@@ -64,7 +64,7 @@ static const struct
eMonsterType
StringToMobType
(
const
AString & a_MobString)
{
LOGWARNING
(
"
%s: Function is obsolete, use cMonster::StringToMobType() instead
"
);
LOGWARNING
(
"
%s: Function is obsolete, use cMonster::StringToMobType() instead
"
, __FUNCTION__
);
return
cMonster::StringToMobType
(a_MobString);
}
Toggle all file notes
0 comments on commit
c94e829
Please
sign in
to comment.
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
Press h to open a hovercard with more details.
0 comments on commit
c94e829