mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-17 21:24:01 +00:00
Fixed proper()
This commit is contained in:
@@ -174,7 +174,7 @@
|
||||
if(!istext(string))
|
||||
return ""
|
||||
|
||||
return text("[][]", uppertext(copytext(string, 1, 1)), lowercase(copytext(string, 2)))
|
||||
return text("[][]", uppertext(copytext(string, 1, 1)), lowertext(copytext(string, 2)))
|
||||
|
||||
// --- Number methods ---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user