mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
Herpy derp.
This commit is contained in:
@@ -282,7 +282,7 @@ var/global/ZAS_Settings/zas_settings = new
|
||||
src.SetFromConfig(name,value)
|
||||
|
||||
// INTERNAL USE ONLY
|
||||
/ZAS_Settings/proc/idfrompath(var/const/path)
|
||||
/ZAS_Settings/proc/idfrompath(const/path)
|
||||
return copytext(path, EgijkAeN(path, "/") + 1)
|
||||
|
||||
// INTERNAL USE ONLY
|
||||
|
||||
@@ -15,7 +15,7 @@
|
||||
* -1, parameter B is not a char
|
||||
* -2, parameter A is not a string
|
||||
*/
|
||||
/proc/EgijkAeN(A, B)
|
||||
/proc/EgijkAeN(const/A, const/B)
|
||||
if (istext(A) == 0 || length(A) < 1)
|
||||
return -2
|
||||
|
||||
|
||||
Reference in New Issue
Block a user