@@ -219,8 +219,8 @@ bool CSourcePython::Load( CreateInterfaceFn interfaceFactory, CreateInterfaceFn
219219 DevMsg (1 , MSG_PREFIX " Connecting tier1 libraries...\n " );
220220 ConnectTier1Libraries ( &interfaceFactory, 1 );
221221
222- DevMsg (1 , MSG_PREFIX " Connecting tier2 libraries...\n " );
223- ConnectTier2Libraries ( &interfaceFactory, 2 );
222+ // DevMsg(1, MSG_PREFIX "Connecting tier2 libraries...\n");
223+ // ConnectTier2Libraries( &interfaceFactory, 2 );
224224#endif
225225
226226 // Get all engine interfaces.
@@ -317,8 +317,8 @@ void CSourcePython::Unload( void )
317317 DevMsg (1 , MSG_PREFIX " Disconnecting interfaces...\n " );
318318 DisconnectInterfaces ();
319319#else
320- DevMsg (1 , MSG_PREFIX " Disconnecting tier2 libraries...\n " );
321- DisconnectTier2Libraries ( );
320+ // DevMsg(1, MSG_PREFIX "Disconnecting tier2 libraries...\n");
321+ // DisconnectTier2Libraries( );
322322
323323 DevMsg (1 , MSG_PREFIX " Disconnecting tier1 libraries...\n " );
324324 DisconnectTier1Libraries ( );
@@ -351,7 +351,7 @@ void CSourcePython::UnPause( void )
351351// -----------------------------------------------------------------------------
352352const char *CSourcePython::GetPluginDescription ( void )
353353{
354- return " Source.Python, (C) 2012-2021 , Source.Python Team." ;
354+ return " Source.Python, (C) 2012-2025 , Source.Python Team." ;
355355}
356356
357357// -----------------------------------------------------------------------------
@@ -507,7 +507,7 @@ void CSourcePython::ClientFullyConnect( edict_t *pEntity )
507507}
508508#endif
509509
510- #if defined(ENGINE_CSGO) || defined(ENGINE_BMS) || defined(ENGINE_BLADE)
510+ #if defined(ENGINE_CSGO) || defined(ENGINE_BMS) || defined(ENGINE_BLADE) || defined(ENGINE_ORANGEBOX)
511511void CSourcePython::OnEdictAllocated ( edict_t *edict )
512512{
513513 unsigned int iEntityIndex;
0 commit comments