Changes alot of datum/ to /datum/

This commit is contained in:
Firecage
2015-05-31 02:40:54 +02:00
parent 77febafb52
commit 3a826fe13c
39 changed files with 860 additions and 860 deletions
+2 -2
View File
@@ -26,11 +26,11 @@
popup.open()
datum/admins/proc/notes_show(var/ckey)
/datum/admins/proc/notes_show(var/ckey)
usr << browse("<head><title>Player Notes</title></head><body>[notes_gethtml(ckey)]</body>","window=player_notes;size=700x400")
datum/admins/proc/notes_gethtml(var/ckey)
/datum/admins/proc/notes_gethtml(var/ckey)
var/savefile/notesfile = new(NOTESFILE)
if(!notesfile) return "<span class='warning'>Error: Cannot access [NOTESFILE]</span>"
if(ckey)