diff --git a/code/modules/client/client procs.dm b/code/modules/client/client procs.dm index f48c21715a5..2f32e2312aa 100644 --- a/code/modules/client/client procs.dm +++ b/code/modules/client/client procs.dm @@ -63,6 +63,7 @@ src << "Error: AllowUpload(): Spam prevention. Please wait [round(time_to_wait/10)] seconds." return 0 fileaccess_timer = world.time + FTPDELAY */ + world.log << "[src] uploaded [filename] of [filelength]" return 1