2
0
mirror of https://github.com/alliedmodders/amxmodx.git synced 2025-06-18 00:32:10 +03:00

Renamed array.inc to cellarray.inc so that rukia doesn't start hagging about it.

This commit is contained in:
Steve Dudenhoeffer 2007-05-14 22:10:13 +00:00
parent b660df8df6
commit 77ca104a8d
2 changed files with 1 additions and 1 deletions

@ -21,7 +21,7 @@
#include <messages> #include <messages>
#include <vector> #include <vector>
#include <sorting> #include <sorting>
#include <array> #include <cellarray>
/* Function is called just after server activation. /* Function is called just after server activation.
* Good place for configuration loading, commands and cvars registration. */ * Good place for configuration loading, commands and cvars registration. */