batch remove trailing spaces and convert windows \r\n line endings to linux \n
i don't want to have to do this again, fix your shitty code editors @commiters !!!
This commit is contained in:
@@ -1342,7 +1342,7 @@ public Query_UnBlockSelect(Handle:owner, Handle:hndl, const String:error[], any:
|
||||
#endif
|
||||
|
||||
TempUnBlock(data); // Datapack closed inside.
|
||||
|
||||
|
||||
switch (type)
|
||||
{
|
||||
case TYPE_UNMUTE:
|
||||
@@ -1358,7 +1358,7 @@ public Query_UnBlockSelect(Handle:owner, Handle:hndl, const String:error[], any:
|
||||
LogAction(admin, target, "\"%L\" temporary unsilenced \"%L\" (reason \"%s\")", admin, target, reason);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
return;
|
||||
}
|
||||
else
|
||||
@@ -2385,7 +2385,7 @@ stock ProcessUnBlock(client, targetId = 0, type, String:sReason[] = "", const St
|
||||
|
||||
TempUnBlock(dataPack);
|
||||
}
|
||||
|
||||
|
||||
switch (type)
|
||||
{
|
||||
case TYPE_UNMUTE:
|
||||
|
||||
Reference in New Issue
Block a user