Fixed an error
git-svn-id: http://mc-server.googlecode.com/svn/trunk@596 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
parent
b2d8e74acf
commit
e147996f06
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user