mirror of
https://github.com/alliedmodders/amxmodx.git
synced 2024-12-26 06:45:37 +03:00
Reverted one of my "fixes." Apparently this is intended functionality. Sorry :(
This commit is contained in:
parent
4fb001ce50
commit
cd7f15f112
@ -87,7 +87,7 @@ native fputc(file, data);
|
||||
native fungetc(file, data);
|
||||
|
||||
//Return the size of a file
|
||||
native filesize(const filename[]);
|
||||
native filesize(const filename[], {Float,Sql,Result,_}:...);
|
||||
|
||||
//Attempts to remove a directory.
|
||||
//Note that you cannot remove a directory that has files on most
|
||||
|
Loading…
Reference in New Issue
Block a user