mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
Remove the debug clamp.
This commit is contained in:
parent
44ebe2f09a
commit
4125796569
@ -30,11 +30,6 @@ int main(int argc, char **argv)
|
||||
{
|
||||
struct abl pl32;
|
||||
|
||||
#ifdef _DEBUG
|
||||
printf("debug clamp\n");
|
||||
getchar();
|
||||
#endif
|
||||
|
||||
#if defined(__linux__)
|
||||
HINSTANCE lib = NULL;
|
||||
if (FileExists("./amxxpc32.so"))
|
||||
|
Loading…
Reference in New Issue
Block a user