mirror of
https://github.com/minetest-mods/nether.git
synced 2024-12-28 03:40:28 +01:00
Standardize files as LF without CR, and UTF-8 without BOM
UTF-8 with BOM crashes some systems according to 6551f5c120
comment, and there are several cases where Minetest is buggy with files that use CRLF line endings (though none I'm aware that affect these files), so strip CRs and BOM
This commit is contained in:
parent
58eb65c0c8
commit
11a818212a
@ -1,5 +1,5 @@
|
||||
-- see portal_api.txt for documentation
|
||||
local DEBUG = true
|
||||
local DEBUG = false
|
||||
|
||||
|
||||
nether.registered_portals = {}
|
||||
|
@ -1,4 +1,4 @@
|
||||
--[[
|
||||
--[[
|
||||
|
||||
Nether mod portal examples for Minetest
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user