mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-12 08:27:13 +01:00
Transferred Typo Fixes (#20879)
this PR fixes transferred being spelled as "transfered".
This commit is contained in:
@@ -126,7 +126,7 @@
|
||||
if(is_malf(usr))
|
||||
var/datum/ai_laws/ALs = locate(params["transfer_laws"]) in (is_admin(usr) ? admin_laws : player_laws)
|
||||
if(ALs)
|
||||
log_and_message_admins("has transfered the [ALs.name] laws to [owner].")
|
||||
log_and_message_admins("has transferred the [ALs.name] laws to [owner].")
|
||||
ALs.sync(owner, 0)
|
||||
current_view = 0
|
||||
return TRUE
|
||||
|
||||
Reference in New Issue
Block a user