From 3fa6be7f6aed0d575de53ee339b323f93aa6539d Mon Sep 17 00:00:00 2001 From: Brennan Kinney Date: Sun, 10 Dec 2017 13:50:06 +1300 Subject: [PATCH] Maintain consistent style Use single quotes like the rest of the elements. --- biglobby/lua/_custom/biglobby_globals.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/biglobby/lua/_custom/biglobby_globals.lua b/biglobby/lua/_custom/biglobby_globals.lua index 87bcfb7..42b975a 100644 --- a/biglobby/lua/_custom/biglobby_globals.lua +++ b/biglobby/lua/_custom/biglobby_globals.lua @@ -90,7 +90,7 @@ if not _G.BigLobbyGlobals then 'sync_explode_bullet', 'sync_flame_bullet', 'sync_crime_spree_level', - "sync_player_installed_mod" + 'sync_player_installed_mod' } local unit_network_handler_funcs = {