mirror of
https://github.com/sys4-fr/server-nalc.git
synced 2024-11-08 03:20:21 +01:00
Removed debug print from crabman77's pull-request in sprint
This commit is contained in:
parent
af00f61cbc
commit
db6c18ee36
|
@ -12,7 +12,6 @@ local staminaHud = {}
|
|||
|
||||
minetest.register_on_joinplayer(function(player)
|
||||
local playerName = player:get_player_name()
|
||||
print("playename: " ..playerName)
|
||||
players[playerName] = {
|
||||
sprinting = false,
|
||||
timeOut = 0,
|
||||
|
|
Loading…
Reference in New Issue
Block a user