1
0

Fixed an error

git-svn-id: http://mc-server.googlecode.com/svn/trunk@596 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
cedeel@gmail.com 2012-06-12 19:21:52 +00:00
parent b2d8e74acf
commit e147996f06

View File

@ -42,7 +42,7 @@ inline bool IsValidBlock( int a_BlockID ) //tolua_export
inline bool IsValidItem( int a_ItemID ) //tolua_export
{ //tolua_export
if( (a_ItemID >= 256 && a_ItemID <= 388)
|| (a_ItemID => 2256 && a_ItemID <= 2266) )
|| (a_ItemID >= 2256 && a_ItemID <= 2266) )
{
return true;
}