1
0
mirror of https://github.com/Refactorio/RedMew.git synced 2024-12-14 10:13:13 +02:00

Added a single indent

This commit is contained in:
SimonFlapse 2018-11-11 12:45:38 +01:00 committed by GitHub
parent 4d870d1702
commit 602a796768
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -177,7 +177,7 @@ Gui.on_click(
Gui.on_click(
jail_offender_button_name,
function(event)
Module.jail(event.player, string.sub(event.element.caption, 6))
Module.jail(event.player, string.sub(event.element.caption, 6))
end
)