Code improvements
Fixed authentication (Can be activated now) Added MersenneTwister.h Thanks to mtilden ( http://forum.mc-server.org/showthread.php?tid=183&pid=1428#pid1428 and http://forum.mc-server.org/showthread.php?tid=183&pid=1418#pid1418 ) git-svn-id: http://mc-server.googlecode.com/svn/trunk@106 0a769ca7-a7f5-676a-18bf-c427514a06d6
This commit is contained in:
@@ -12,7 +12,7 @@ cFurnaceWindow::cFurnaceWindow( cFurnaceEntity* a_Owner )
|
||||
, m_Furnace( a_Owner )
|
||||
{
|
||||
SetWindowID( 1 );
|
||||
SetWindowType( 2 ); // Furnace
|
||||
SetWindowType( cWindow::Furnace ); // Furnace
|
||||
}
|
||||
|
||||
void cFurnaceWindow::Clicked( cPacket_WindowClick* a_ClickPacket, cPlayer & a_Player )
|
||||
|
||||
Reference in New Issue
Block a user